Skip to content

Commit

Permalink
Bumo golangci-lint to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Oct 22, 2024
1 parent 74805db commit 0a38d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: "1.23"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.54
version: v1.61.0
args: "--out-${NO_FUTURE}format colored-line-number --skip-dirs='backend/udp' --timeout=5m"

0 comments on commit 0a38d83

Please sign in to comment.