Skip to content

Commit 5c1361e

Browse files
committed
chore: bump golangci-lint version for Go 1.23
Signed-off-by: Donnie Adams <[email protected]>
1 parent 0733d08 commit 5c1361e

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
@@ -6,7 +6,7 @@ tidy:
66
test:
77
go test -v ./...
88

9-
GOLANGCI_LINT_VERSION ?= v1.56.1
9+
GOLANGCI_LINT_VERSION ?= v1.60.1
1010
lint:
1111
if ! command -v golangci-lint &> /dev/null; then \
1212
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \

0 commit comments

Comments
 (0)