diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bb4a1de..c947ca2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - go-version: ['1.18', '1.19', '1.20'] + go-version: ['1.20','1.21'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3