diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f9a2e60..5070f93 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.19', '1.20', '1.21','1.22' ] + go-version: ['1.21','1.22' ] steps: - uses: actions/checkout@v4