Skip to content

Commit 78ea2d6

Browse files
committed
.github/workflows: upgrade staticcheck-action to v1.4.0
While at it, also bump go version to 1.24
1 parent df3cf7e commit 78ea2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- run: "go test -race ./..."
22-
- uses: dominikh/staticcheck-action@v1.3.1
22+
- uses: dominikh/staticcheck-action@v1.4.0
2323
with:
24-
version: "2025.1"
24+
version: "2025.1.1"
2525
install-go: false
2626
cache-key: ${{ matrix.go }}

0 commit comments

Comments
 (0)