Skip to content

Commit a6d00a7

Browse files
Bump golangci-lint for go 1.22 (#2545)
The test image was recently changed and now ships with go1.22rc2. We need to use a version of golangci-lint that is compatible with it. Co-authored-by: Martin André <[email protected]>
1 parent fa8c306 commit a6d00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2 run ./...
84+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.0 run ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)

0 commit comments

Comments
 (0)