Skip to content

Commit

Permalink
chore: updated linter (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch authored Dec 3, 2024
1 parent 68c538a commit 9bfa3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23.1"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
version: v1.62.2
skip-cache: true
args: --timeout 5m

0 comments on commit 9bfa3bb

Please sign in to comment.