Skip to content

Commit

Permalink
Merge branch 'master' into go-1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa authored Feb 11, 2025
2 parents 2e42fb9 + b1517a9 commit 5ff564a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ OCM ?= $(LOCALBIN)/ocm

## Tool Versions
# renovate: datasource=github-tags depName=golang/tools
FORMATTER_VERSION ?= v0.29.0
FORMATTER_VERSION ?= v0.30.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
LINTER_VERSION ?= v1.63.4
# renovate: datasource=github-releases depName=open-component-model/ocm
OCM_VERSION ?= 0.19.1
OCM_VERSION ?= 0.20.0

.PHONY: localbin
localbin: ## Creates the local bin folder, if it doesn't exist. Not meant to be called manually, used as requirement for the other tool commands.
Expand Down

0 comments on commit 5ff564a

Please sign in to comment.