We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cde2fb commit dff8fb5Copy full SHA for dff8fb5
.github/workflows/master.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/setup-go@v5
27
with:
28
go-version-file: 'go.mod'
29
- - uses: golangci/golangci-lint-action@v3.7.0
+ - uses: golangci/golangci-lint-action@v6.0.1
30
31
version: latest
32
args: -v --config ./.golangci.yml
0 commit comments