diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5e6f5..f0af436 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go: [ '1.17.x', '1.18.x','1.19.x', '1.20.x' ] + go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@master