Skip to content

Commit e81f4c5

Browse files
renovate[bot]jamietanna
authored andcommitted
chore(deps): update module github.com/golangci/golangci-lint to v2
1 parent a576862 commit e81f4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help:
1010
@echo " tidy tidy go mod"
1111

1212
$(GOBIN)/golangci-lint:
13-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.59.0
13+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.8.0
1414

1515
.PHONY: tools
1616
tools: $(GOBIN)/golangci-lint
@@ -19,7 +19,7 @@ lint: tools
1919
$(GOBIN)/golangci-lint run ./...
2020

2121
lint-ci: tools
22-
$(GOBIN)/golangci-lint run ./... --out-format=github-actions --timeout=5m
22+
$(GOBIN)/golangci-lint run ./... --output.text.path=stdout --timeout=5m
2323

2424
generate:
2525
go generate ./...

0 commit comments

Comments
 (0)