Skip to content

Commit 894365c

Browse files
committed
update golangci-lint to 1.130.0
Signed-off-by: Markus Blaschke <[email protected]>
1 parent ad56eec commit 894365c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ lint: $(GOLANGCI_LINT_BIN)
3535
dependencies: $(GOLANGCI_LINT_BIN)
3636

3737
$(GOLANGCI_LINT_BIN):
38-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.23.8
38+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.30.0
39+
3940

0 commit comments

Comments
 (0)