We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaaa2c commit 16176b6Copy full SHA for 16176b6
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
go-version: "1.21"
31
- name: Install golangci-lint
32
run: |
33
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
+ 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
36
- name: Lint
37
run: make lint
0 commit comments