We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e24793 commit 50dbd83Copy full SHA for 50dbd83
.github/workflows/common-ci.yml
@@ -63,7 +63,7 @@ jobs:
63
go-version: ${{ inputs.go_version }}
64
- name: Install lint
65
working-directory: ${{ inputs.module }}
66
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.2
+ run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
67
- name: Run lint
68
69
run: golangci-lint run
0 commit comments