Skip to content

Commit

Permalink
Merge pull request #381 from karelyatin/OSPRH-6501
Browse files Browse the repository at this point in the history
Bump golangci-lint version compatible with go1.21
  • Loading branch information
openshift-merge-bot[bot] authored Jan 7, 2025
2 parents 324e317 + ee71380 commit 3cd2760
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 @@ -392,7 +392,7 @@ tidy: ## Run go mod tidy on every mod file in the repo

.PHONY: golangci-lint
golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
$(LOCALBIN)/golangci-lint run --fix --timeout $(GOLINT_TIMEOUT)

# Used for webhook testing
Expand Down

0 comments on commit 3cd2760

Please sign in to comment.