Skip to content

Commit

Permalink
Bump golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
To solve

```
Running [/home/runner/golangci-lint-1.46.2-linux-amd64/golangci-lint run --out-format=github-actions] in [] ...
  panic: load embedded ruleguard rules: rules/rules.go:13: can't load fmt

  goroutine 1 [running]:
  github.com/go-critic/go-critic/checkers.init.22()
  	github.com/go-critic/[email protected]/checkers/embedded_rules.go:47 +0x4b4
```

Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Jan 13, 2025
1 parent 3e072f9 commit 0ac7812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.46.2
version: v1.63.4

hadolint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test-coverage:
go tool cover -func cover.out

go-lint-install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4

go-lint: go-lint-install
go mod tidy
Expand Down

0 comments on commit 0ac7812

Please sign in to comment.