Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ FORMATTER_VERSION ?= v0.39.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
LINTER_VERSION ?= v2.7.2
# renovate: datasource=github-releases depName=open-component-model/ocm
OCM_VERSION ?= 0.34.1
OCM_VERSION ?= 0.34.2

.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