Skip to content

Commit

Permalink
build: Upgrade golangci-lint (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Beason committed Apr 4, 2022
1 parent 21a9de7 commit 2f1046f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.43.0
version: v1.45.2

test:
name: "Unit test"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ GATEKEEPER_NAMESPACE ?= gatekeeper-system

# When updating this, make sure to update the corresponding action in
# workflow.yaml
GOLANGCI_LINT_VERSION := v1.43.0
GOLANGCI_LINT_VERSION := v1.45.2

# Detects the location of the user golangci-lint cache.
GOLANGCI_LINT_CACHE := $(shell pwd)/.tmp/golangci-lint
Expand Down

0 comments on commit 2f1046f

Please sign in to comment.