Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Nov 28, 2023
1 parent aae9991 commit 81398fe
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
@@ -1,6 +1,6 @@
GO ?= go
GOLANGCI_LINT ?= $$($(GO) env GOPATH)/bin/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.30.0
GOLANGCI_LINT_VERSION ?= v1.54.2

.PHONY: lint
lint: linter
Expand Down

0 comments on commit 81398fe

Please sign in to comment.