Skip to content

Commit c68506a

Browse files
committed
bump golangci-lint version
Signed-off-by: Grant Linville <[email protected]>
1 parent a7e0ee7 commit c68506a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tidy:
2121
test:
2222
go test -v ./...
2323

24-
GOLANGCI_LINT_VERSION ?= v1.56.1
24+
GOLANGCI_LINT_VERSION ?= v1.59.0
2525
lint:
2626
if ! command -v golangci-lint &> /dev/null; then \
2727
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \

test.gpt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)