Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Jan 24, 2025
1 parent 8ffb343 commit 8f3b159
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 @@ -472,7 +472,7 @@ OPM_VERSION ?= 1.48.0
OPM_BIN = "$(GOOS)-$(GOARCH)-opm"
OPM = "$(LOCALBIN)/$(OPM_BIN)"

GOLANGCI_LINT_VERSION ?= 1.63.4
GOLANGCI_LINT_VERSION ?= 1.60.3
GOLANGCI_LINT_NAME = golangci-lint-$(GOLANGCI_LINT_VERSION)-$(GOOS)-$(GOARCH)
GOLANGCI_LINT_ARTIFACT_FILE = $(GOLANGCI_LINT_NAME).tar.gz
GOLANGCI_LINT_EXEC_NAME = golangci-lint
Expand Down

0 comments on commit 8f3b159

Please sign in to comment.