Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TyBrown committed Dec 16, 2022
1 parent e8ea968 commit 838ae1b
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 @@ -3,7 +3,7 @@ BIN = $(CURDIR)/bin
$(BIN):
@mkdir -p $@
$(BIN)/golangci-lint: | $(BIN)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
$(BIN)/gopherbadger: | $(BIN)
GOBIN=$(BIN) go get github.com/jpoles1/gopherbadger
$(BIN)/kind: | $(BIN)
Expand Down

0 comments on commit 838ae1b

Please sign in to comment.