Skip to content

Commit

Permalink
Merge pull request #1077 from shajmakh/bump-olm
Browse files Browse the repository at this point in the history
bump OPM: 1.15 -> 1.48
  • Loading branch information
ffromani authored Nov 15, 2024
2 parents 1752344 + 69a9ef2 commit e78a7ac
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 @@ -64,7 +64,7 @@ OPERATOR_SDK_VERSION="v1.36.1"
OPERATOR_SDK_BIN="operator-sdk_$(GOOS)_$(GOARCH)"
OPERATOR_SDK="$(BIN_DIR)/$(OPERATOR_SDK_BIN)"

OPM_VERSION="v1.15.1"
OPM_VERSION="v1.48.0"
OPM_BIN="$(GOOS)-$(GOARCH)-opm"
OPM="$(BIN_DIR)/$(OPM_BIN)"

Expand Down

0 comments on commit e78a7ac

Please sign in to comment.