Skip to content

Commit d146814

Browse files
committed
Makefile: bump golangci-lint to 1.27.0
1 parent f29e899 commit d146814

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
@@ -72,7 +72,7 @@ golangci-lint:
7272
ifeq (, $(shell which golangci-lint))
7373
@{ \
7474
set -e ;\
75-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.24.0 ;\
75+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.27.0 ;\
7676
}
7777
GOLANGCI_LINT=$(shell go env GOPATH)/bin/golangci-lint
7878
else

0 commit comments

Comments
 (0)