Skip to content

Commit

Permalink
bump linter
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Sep 1, 2024
1 parent d3f569e commit ea0e6e8
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 @@ -6,7 +6,7 @@ GOENV ?= GO111MODULE=on CGO_ENABLED=0
GO_FILES ?= $(shell $(GOENV) go list ./...)
GOBIN ?= $(shell go env GOPATH)/bin
LINTER ?= $(GOBIN)/golangci-lint
LINTER_VERSION ?= v1.55.2
LINTER_VERSION ?= v1.59.0

# BUILDARCH is the host architecture
# ARCH is the target architecture
Expand Down

0 comments on commit ea0e6e8

Please sign in to comment.