We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b1b4e commit 4f4d3ebCopy full SHA for 4f4d3eb
1 file changed
.github/workflows/go.yaml
@@ -15,8 +15,7 @@ jobs:
15
go-version: '1.21'
16
17
- name: Install golangci-lint
18
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
19
-
+ run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
20
21
# go.work makes it necessary to find go.mod files to run linter in the corresponding dirs
22
- name: Run golangci-lint
0 commit comments