Skip to content

Commit 6bdff24

Browse files
committed
Fix lint to support go 1.24
1 parent 9b19e96 commit 6bdff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
export GOPATH=$HOME/go
6060
export PATH=$PATH:$GOPATH/bin
61-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.4
61+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
6262
make lint
6363
6464
build-test:

0 commit comments

Comments
 (0)