Skip to content

Commit

Permalink
chore: adding linter version in github and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed Dec 27, 2024
1 parent ce34b51 commit ae5ee18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.2
version: v1.62.2
skip-pkg-cache: true
args: --timeout 5m0s
- name: test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test:

.PHONY: lint
lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.2
golangci-lint run ./...

.PHONY: govulncheck
Expand Down

0 comments on commit ae5ee18

Please sign in to comment.