Skip to content

Commit

Permalink
Revert "Temporarily pin golangci-lint to 1.63.4"
Browse files Browse the repository at this point in the history
The [issue](golangci/golangci-lint#5398) with false positives from the ginkgolinter has been resolved

This reverts commit cd5f925.

fixes #3794
  • Loading branch information
danail-branekov committed Feb 13, 2025
1 parent 163d7ac commit d0faa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bin/staticcheck:
go install honnef.co/go/tools/cmd/staticcheck@latest

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

bin/cf:
mkdir -p $(GOBIN)
Expand Down

0 comments on commit d0faa2c

Please sign in to comment.