Skip to content

Commit e90e122

Browse files
update to latest golangci-lint (v1.30.0) (#12597)
1 parent f3fb3c6 commit e90e122

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
@@ -681,7 +681,7 @@ pr\#%: clean-all
681681
golangci-lint:
682682
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
683683
export BINARY="golangci-lint"; \
684-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.24.0; \
684+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.30.0; \
685685
fi
686686
golangci-lint run --timeout 5m
687687

0 commit comments

Comments
 (0)