Skip to content

Commit

Permalink
Bump golangci-lint to 1.43.0
Browse files Browse the repository at this point in the history
This version pulls in updated linters. This provides better checks and
addresses an issue some had when running under go 1.17.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis authored and sayantani11 committed Dec 8, 2021
1 parent ba203a6 commit ade4789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.1
version: v1.43.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENVSUBST_VER := v1.2.0
ENVSUBST_BIN := envsubst
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)

GOLANGCI_LINT_VER := v1.42.1
GOLANGCI_LINT_VER := v1.43.0
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)

Expand Down

0 comments on commit ade4789

Please sign in to comment.