Skip to content

Commit fef49f5

Browse files
techknowlogicklafriks
authored andcommitted
golangci-lint 1.22.2 (#9711)
1 parent 960ac36 commit fef49f5

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
@@ -558,6 +558,6 @@ pr:
558558
golangci-lint:
559559
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
560560
export BINARY="golangci-lint"; \
561-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.20.0; \
561+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \
562562
fi
563563
golangci-lint run --timeout 5m

0 commit comments

Comments
 (0)