Skip to content

Commit

Permalink
Remove deprecated lint checker
Browse files Browse the repository at this point in the history
  • Loading branch information
udnay committed Feb 11, 2025
1 parent b685b03 commit 7cf5d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.23"

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linters:
# https://golangci-lint.run/usage/linters/#enabled-by-default-linters
enable:
- errcheck
- exportloopref
- copyloopvar
- goconst
- gocritic
- gofmt
Expand Down

0 comments on commit 7cf5d2e

Please sign in to comment.