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 ac2e06e commit 7977484Copy full SHA for 7977484
.github/workflows/go.yml
@@ -38,7 +38,7 @@ jobs:
38
go get -v -t -d ./...
39
40
- name: Lint
41
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
42
43
- name: Build
44
run: go build -v ./...
0 commit comments