Skip to content

Commit 192024f

Browse files
committed
updating golangci-lint and fixing used version of go
1 parent 910206a commit 192024f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.23'
53+
go-version: '1.24'
5454
cache: false
5555
env:
5656
GO111MODULE: on
@@ -59,5 +59,5 @@ jobs:
5959
uses: golangci/golangci-lint-action@v6
6060
with:
6161
skip-cache: true
62-
version: v1.60.1
62+
version: v1.64.5
6363
args: --exclude ".Log(.*)|format.Set|level.Set" --timeout=2m

0 commit comments

Comments
 (0)