Skip to content

Commit

Permalink
fix: address failing golangci-lint actions runs in github
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Liaw authored and Neun Chaler committed Nov 25, 2024
1 parent eae9c74 commit 0659f2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
version: v1.62.0
args: "--timeout=5m"

0 comments on commit 0659f2d

Please sign in to comment.