Skip to content

Commit ceded3b

Browse files
committed
update golangci-lint to 1.130.0
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent d6f82cd commit ceded3b

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
@@ -42,5 +42,5 @@ dependencies: $(GOLANGCI_LINT_BIN)
4242
go mod download
4343

4444
$(GOLANGCI_LINT_BIN):
45-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.23.8
45+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.30.0
4646

0 commit comments

Comments
 (0)