Skip to content

Commit 0fc8692

Browse files
committed
upgrade golangci action version
1 parent ae2a8cc commit 0fc8692

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-ling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: stable
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v6.0.1
24+
uses: golangci/golangci-lint-action@v6.1.0
2525
with:
26-
version: v1.58
26+
version: v1.60.1

benchmarks/dumb-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func main() {
5353

5454
err := g.Wait()
5555
if err != nil {
56-
fmt.Printf("server exited: " + err.Error())
56+
fmt.Println("server exited: " + err.Error())
5757
os.Exit(1)
5858
}
5959
}

0 commit comments

Comments
 (0)