Skip to content

Commit

Permalink
Merge pull request #341 from Prajyot-Parab/main
Browse files Browse the repository at this point in the history
✨ bump golangci-lint version to v1.46.2
  • Loading branch information
cprivitere committed Jul 11, 2022
2 parents c9d5788 + 87309da commit d838efa
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 @@ -69,7 +69,7 @@ ENVSUBST_VER := v2.0.0-20210730161058-179042472c46
ENVSUBST_BIN := envsubst
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)

GOLANGCI_LINT_VER := v1.44.0
GOLANGCI_LINT_VER := v1.46.2
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)

Expand Down

0 comments on commit d838efa

Please sign in to comment.