Skip to content

Commit 2ff2a17

Browse files
committed
makefile: bump opertor sdk to 1.40.0
to allow network policy addition: operator-framework/operator-controller#1942 Signed-off-by: Talor Itzhak <[email protected]>
1 parent e798833 commit 2ff2a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ $(LOCALBIN):
486486
GOOS=$(shell go env GOOS)
487487
GOARCH=$(shell go env GOARCH)
488488

489-
OPERATOR_SDK_VERSION ?= 1.36.1
489+
OPERATOR_SDK_VERSION ?= 1.40.0
490490
OPERATOR_SDK_BIN = "operator-sdk_$(GOOS)_$(GOARCH)"
491491
OPERATOR_SDK = "$(LOCALBIN)/$(OPERATOR_SDK_BIN)"
492492

0 commit comments

Comments
 (0)