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 240eb02 commit e6a5936Copy full SHA for e6a5936
.github/workflows/go-lint.yaml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Go Lint on ./v2
35
if: steps.golangci_configuration.outputs.files_exists == 'true'
36
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
37
with:
38
- version: v1.61
+ version: v2.3.4
39
working-directory: v2
40
0 commit comments