diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7222d5..186f4d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: Test strategy: matrix: - go: ['1.20', '1.19', '1.18', '1.17'] + go: ['1.21', '1.20', '1.19'] platform: [ubuntu-latest] # can not run in windows OS runs-on: ubuntu-latest steps: