Skip to content

Commit 6935322

Browse files
committed
Makefile: Bump golangci-lint to 1.56.0
Signed-off-by: Stéphane Graber <[email protected]>
1 parent ac9c025 commit 6935322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ doc-lint:
7474
.PHONY: static-analysis
7575
static-analysis:
7676
ifeq ($(shell command -v golangci-lint 2> /dev/null),)
77-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
77+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.0
7878
endif
7979
golangci-lint run --timeout 5m
8080
run-parts --exit-on-error --regex '.sh' test/lint

0 commit comments

Comments
 (0)