Skip to content

Commit

Permalink
Merge pull request #7 from searchspring/fix-linter
Browse files Browse the repository at this point in the history
Bump linter version in makefile
  • Loading branch information
aroberts89 authored Aug 29, 2024
2 parents 8ac2361 + 6873442 commit 0d82628
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 @@ -4,7 +4,7 @@ LDFLAGS += -X "main.airVersion=$(AIRVER)"
LDFLAGS += -X "main.goVersion=$(shell go version | sed -r 's/go version go(.*)\ .*/\1/')"

GO := GO111MODULE=on CGO_ENABLED=0 go
GOLANGCI_LINT_VERSION = v1.56.2
GOLANGCI_LINT_VERSION = v1.60.3

.PHONY: init
init: install-golangci-lint
Expand Down

0 comments on commit 0d82628

Please sign in to comment.