From f50b25a3cc903bc599be80b92ada5f642a603731 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 18 Mar 2026 09:25:41 -0400 Subject: [PATCH] github/workflows: update golang versions for the build and lint runners Signed-off-by: Vincent Batts --- .github/workflows/go.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ce8074a..2561a16 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.18', '1.19', '1.20', '1.21', '1.22'] + go: ['1.22', '1.23', '1.24', '1.25', '1.26'] name: build and vet steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1e61bc1..65c7ae9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.22'] + go: ['1.23'] name: Linting steps: