mirror of
https://github.com/opentofu/opentofu.git
synced 2026-01-16 23:12:16 +00:00
Update Makefile lint version to match GitHub Actions (#3211)
Signed-off-by: Larry Bordowitz <laurence.bordowitz@gmail.com>
This commit is contained in:
parent
1e48db34a4
commit
28493bc63f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -47,7 +47,7 @@ protobuf:
|
|||
# Golangci-lint
|
||||
.PHONY: golangci-lint
|
||||
golangci-lint:
|
||||
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --timeout 60m ./...
|
||||
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0 run --timeout 60m ./...
|
||||
|
||||
# Run license check
|
||||
.PHONY: license-check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue