Skip to content

Commit

Permalink
chores: updated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Dec 2, 2024
1 parent 92712f7 commit 7bf8876
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 7bf8876

Please sign in to comment.