Skip to content

Commit

Permalink
Merge pull request #182 from minamijoyo/update-golangci-lint-to-v1.59.1
Browse files Browse the repository at this point in the history
Update golangci lint to v1.59.1
  • Loading branch information
minamijoyo authored Aug 5, 2024
2 parents d2c3d22 + e25efeb commit 0b5ada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tfexec/terraform_state_replace_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestTerraformCLIStateReplaceProvider(t *testing.T) {
return nil
}

versionRunFunc := func(args ...string) error {
versionRunFunc := func(_ ...string) error {
return nil
}

Expand Down

0 comments on commit 0b5ada5

Please sign in to comment.