Skip to content

Commit a401504

Browse files
authored
chore: update the golangci-lint version installed from makefile (#314)
chore: update the golancgi-lint version installed from makefile Signed-off-by: Tomas Pizarro Moreno <tomas.pizarro@broadcom.com>
1 parent 9bf83ac commit a401504

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
@@ -14,7 +14,7 @@ export PATH := $(GOBIN):$(PATH)
1414

1515

1616
$(GOLANGCILINT):
17-
(cd /; GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.7)
17+
(cd /; GO111MODULE=on go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.9.0)
1818

1919
.PHONY: test
2020
test:

0 commit comments

Comments
 (0)