diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a2f074e..11904d5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: go.mod tidy run: go mod tidy && git diff --exit-code @@ -33,7 +33,7 @@ jobs: strategy: matrix: go: - - 1.20.x + - 1.22.x - 1.18.x os: - macos-11