diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c783037..b800528 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: with: go-version-file: '.go-version' - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: - version: v1.54.2 + version: v1.59.1 args: --timeout=5m diff --git a/tfexec/terraform_state_replace_provider_test.go b/tfexec/terraform_state_replace_provider_test.go index b5a9278..cbb34df 100644 --- a/tfexec/terraform_state_replace_provider_test.go +++ b/tfexec/terraform_state_replace_provider_test.go @@ -27,7 +27,7 @@ func TestTerraformCLIStateReplaceProvider(t *testing.T) { return nil } - versionRunFunc := func(args ...string) error { + versionRunFunc := func(_ ...string) error { return nil }