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: