Skip to content

Commit

Permalink
chore: update golangci-lint to v1.63.4 avoid panic
Browse files Browse the repository at this point in the history
  • Loading branch information
l-qing committed Jan 23, 2025
1 parent 9708720 commit 09bc472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TESTPKGS = $(shell env GO111MODULE=on $(GO) list -f \
BIN = $(CURDIR)/.bin
WOKE ?= go run -modfile go.mod github.com/get-woke/woke

GOLANGCI_VERSION = v1.52.2
GOLANGCI_VERSION = v1.63.4
WOKE_VERSION = v0.19.0

GO = go
Expand Down

0 comments on commit 09bc472

Please sign in to comment.