Skip to content

Commit 657d1d7

Browse files
mromaszewiczclaude
andcommitted
fix: update golangci-lint to v2.1.6 for Go 1.24 compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b81793e commit 657d1d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.6
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)