Skip to content

Commit db87e9e

Browse files
committed
feat: no problem
1 parent 19e3212 commit db87e9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes
3535

3636
- name: golangci-lint
37-
uses: golangci/golangci-lint-action@95044cb221e50abe87c1150edcaa5e81526f34d4
37+
uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2
3838
with:
3939
version: v1.57
4040
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0

foo.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ package main
33
import "fmt"
44

55
func Foo() {
6-
foo("a")
76
fmt.Println("Bada")
87
}
98

109
func Bar() {
11-
foo("b")
1210
fmt.Println("Bada?")
1311
}

0 commit comments

Comments
 (0)