diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a447cfb..b54cbab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: ["windows-latest", "ubuntu-latest", "macOS-latest"] - go: ["1.19.x"] + go: ["1.21.x"] fail-fast: false steps: @@ -52,4 +52,4 @@ jobs: run: go vet ./... - name: Go staticcheck - run: go run honnef.co/go/tools/cmd/staticcheck@2022.1.3 ./... + run: go run honnef.co/go/tools/cmd/staticcheck@2023.1.6 ./... |