fix: refactor correct linter version

This commit is contained in:
Marcel_Henselin 2025-12-22 17:09:22 +01:00
parent 3a24b9e930
commit 126e22414d
2 changed files with 4 additions and 4 deletions

View file

@ -43,13 +43,12 @@ jobs:
with:
version: v2.7
# - name: Lint
# run: make lint
- name: Lint
run: make lint
- name: Test
run: make test
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:

View file

@ -16,8 +16,9 @@ elif [ "$action" = "tools" ]; then
go mod download
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.7.2
# go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.2
# go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.21.0
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
else