Skip to content

Commit

Permalink
chore(ci): bump golangci-lint to 1.43.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Nov 12, 2021
1 parent a43d541 commit 11c4083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
GOLANGCI_LINT_VERSION ?= v1.43.0

all: markdownlint yamllint

.PHONY: markdownlint
Expand Down Expand Up @@ -50,7 +52,7 @@ gomod-download-all:
.PHONY: install-golint
install-golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(shell go env GOPATH)/bin v1.42.1
sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_LINT_VERSION)

.PHONY: for-all
for-all:
Expand Down

0 comments on commit 11c4083

Please sign in to comment.