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 82d7c64 commit 10c9fd5Copy full SHA for 10c9fd5
.github/workflows/push.yml
@@ -34,7 +34,7 @@ jobs:
34
run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes
35
36
- name: golangci-lint
37
- uses: golangci/golangci-lint-action@ffc1b2edc2b5fb7439914c81a88458e8815c504a
+ uses: golangci/golangci-lint-action@95044cb221e50abe87c1150edcaa5e81526f34d4
38
with:
39
version: v1.57
40
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
0 commit comments