mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
GitHub Actions: Use latest golangci-lint and its GitHub Action
The version we were previously using does not support Go v1.24. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,7 +47,7 @@ protobuf:
|
||||
# Golangci-lint
|
||||
.PHONY: golangci-lint
|
||||
golangci-lint:
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2 run --timeout 60m --new-from-rev dd5f9afe8948186c76fe6b8b1193d7a8f46919d8 ./...
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.5 run --timeout 60m --new-from-rev dd5f9afe8948186c76fe6b8b1193d7a8f46919d8 ./...
|
||||
|
||||
# Run license check
|
||||
.PHONY: license-check
|
||||
|
||||
Reference in New Issue
Block a user