Skip to content

Commit 249dbbe

Browse files
kolaentetechknowlogick
authored andcommitted
Update golangci to v1.19.1 (#8414)
Signed-off-by: kolaente <k@knt.li>
1 parent 356e1a7 commit 249dbbe

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
@@ -515,6 +515,6 @@ pr:
515515
golangci-lint:
516516
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
517517
export BINARY="golangci-lint"; \
518-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.18.0; \
518+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.19.1; \
519519
fi
520520
golangci-lint run --deadline=3m

0 commit comments

Comments
 (0)