Skip to content

Commit

Permalink
chore: upgrade gilangci-lint version to support go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy committed Dec 30, 2024
1 parent 7f412ed commit 711377a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: 1.23
go-version: v1.62.2
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
working-directory: v2
version: v1.55.2
version: v1.62.2
args: --timeout=3m
ci:
name: CI Success
Expand Down

0 comments on commit 711377a

Please sign in to comment.