We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54d33 commit 0b86962Copy full SHA for 0b86962
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go-version: stable
20
- name: Install golangci-lint
21
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
+ run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
22
env:
23
GO111MODULE: on
24
- name: Run goclean.sh
0 commit comments