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 0818f9b commit 0000d99Copy full SHA for 0000d99
.github/workflows/lint.yml
@@ -10,6 +10,8 @@ jobs:
10
with:
11
go-version-file: "go.mod"
12
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
13
+ with:
14
+ version: 2.5.0
15
- name: Run go vet
16
run: |
17
go vet ./...
0 commit comments