Skip to content

Commit 16176b6

Browse files
Fix linting
1 parent dbaaa2c commit 16176b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
go-version: "1.21"
3131
- name: Install golangci-lint
3232
run: |
33-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
33+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
34+
- name: Check golangci-lint version
35+
run: golangci-lint --version
3436
- name: Lint
3537
run: make lint

0 commit comments

Comments
 (0)