Skip to content

Commit 48746cb

Browse files
authored
Merge pull request kubernetes-sigs#11869 from mboersma/bump-conversion-gen
🌱 Bump conversion-gen to v0.32.2
2 parents 300d88a + badf721 commit 48746cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GOTESTSUM_BIN := gotestsum
122122
GOTESTSUM := $(abspath $(TOOLS_BIN_DIR)/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER))
123123
GOTESTSUM_PKG := gotest.tools/gotestsum
124124

125-
CONVERSION_GEN_VER := v0.32.0
125+
CONVERSION_GEN_VER := v0.32.2
126126
CONVERSION_GEN_BIN := conversion-gen
127127
# We are intentionally using the binary without version suffix, to avoid the version
128128
# in generated files.

0 commit comments

Comments
 (0)