We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f83d4c commit 5ed72afCopy full SHA for 5ed72af
Makefile
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
81
test: unit functional
82
83
check: work
84
- go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --timeout=20m ./...
+ go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6 run --timeout=20m ./...
85
86
unit: work
87
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)
0 commit comments