Skip to content

Commit

Permalink
Upgrade golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Jan 10, 2024
1 parent 10040a8 commit 3945041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
version: v1.51.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ lint:

tools:
go install github.com/bflad/tfproviderlint/cmd/[email protected]
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0

.PHONY: build

0 comments on commit 3945041

Please sign in to comment.