Skip to content

Commit

Permalink
upgrade golangci action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rapthead committed Aug 19, 2024
1 parent ae2a8cc commit 0fc8692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-ling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.58
version: v1.60.1
2 changes: 1 addition & 1 deletion benchmarks/dumb-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func main() {

err := g.Wait()
if err != nil {
fmt.Printf("server exited: " + err.Error())
fmt.Println("server exited: " + err.Error())
os.Exit(1)
}
}
Expand Down

0 comments on commit 0fc8692

Please sign in to comment.