We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c753906 commit a7cdb91Copy full SHA for a7cdb91
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-ARG GOVER=1.21
+ARG GOVER=1.23
17
FROM golang:${GOVER} as builder
18
19
WORKDIR /workspace
Makefile
@@ -107,7 +107,7 @@ endif
107
# Build time versioning details.
108
LDFLAGS := $(shell hack/version.sh)
109
110
-GOLANG_VERSION := 1.21
+GOLANG_VERSION := 1.23
111
112
## --------------------------------------
113
## Help
0 commit comments