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 1458258 commit e5393c8Copy full SHA for e5393c8
.github/workflows/lint.yaml
@@ -33,8 +33,5 @@ jobs:
33
- name: ensure all modules are on the same go version
34
run: make check-go-version-consistency
35
36
- - name: Run Revive Action by pulling pre-built image
37
- uses: docker://morphy/revive-action@sha256:087d4e61077087755711ab7e9fae3cc899b7bb07ff8f6a30c3dfb240b1620ae8 #v2.5.7
38
- with:
39
- config: revive.toml
40
- path: "./..."
+ - name: golangci-lint
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
0 commit comments