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 19e3212 commit db87e9eCopy full SHA for db87e9e
.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@95044cb221e50abe87c1150edcaa5e81526f34d4
+ uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2
38
with:
39
version: v1.57
40
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
foo.go
@@ -3,11 +3,9 @@ package main
3
import "fmt"
4
5
func Foo() {
6
- foo("a")
7
fmt.Println("Bada")
8
}
9
10
func Bar() {
11
- foo("b")
12
fmt.Println("Bada?")
13
0 commit comments