Skip to content

Commit 3b31b08

Browse files
committed
update golang lint to 1.30.0
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 26b4cfa commit 3b31b08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ lint: $(GOLANGCI_LINT_BIN)
4141
dependencies: $(GOLANGCI_LINT_BIN)
4242

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

0 commit comments

Comments
 (0)