Skip to content

Commit

Permalink
.github/workflows: use go1.23.x
Browse files Browse the repository at this point in the history
And also upgrade staticcheck version to 2024.1.1
  • Loading branch information
cuonglm committed Oct 24, 2024
1 parent 9d666be commit 6ca1a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.21.x"]
go: ["1.23.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -21,6 +21,6 @@ jobs:
- run: "go test -race ./..."
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2023.1.2"
version: "2024.1.1"
install-go: false
cache-key: ${{ matrix.go }}

0 comments on commit 6ca1a7c

Please sign in to comment.