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 1049248 commit 3990a97Copy full SHA for 3990a97
.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@a785681731ec2d818aedb20855a2123b46b1ac04
+ uses: golangci/golangci-lint-action@a51c32a7f0f2cde962a5ac5557b2ed3bd36033bd
38
with:
39
version: v1.57
40
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
0 commit comments