Skip to content

Commit

Permalink
Merge pull request #237 from carverauto/docs/docusaurus
Browse files Browse the repository at this point in the history
fixing makefile
  • Loading branch information
mfreeman451 authored Feb 24, 2025
2 parents ebfd0c6 + 0eb6bb4 commit 24c0811
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 @@ -2,7 +2,7 @@
GO ?= go
GOBIN ?= $$($(GO) env GOPATH)/bin
GOLANGCI_LINT ?= $(GOBIN)/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.60.3
GOLANGCI_LINT_VERSION ?= v1.64.5

# Version configuration
VERSION ?= $(shell git describe --tags --always)
Expand Down

0 comments on commit 24c0811

Please sign in to comment.