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 cb254f8 commit 357b6f6Copy full SHA for 357b6f6
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-FROM golang:1.19.5@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383 as builder
+FROM golang:1.19.6@sha256:7ce31d15a3a4dbf20446cccffa4020d3a2974ad2287d96123f55caf22c7adb71 as builder
17
WORKDIR /workspace
18
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Makefile
@@ -140,7 +140,7 @@ endif
140
# Build time versioning details.
141
LDFLAGS := $(shell hack/version.sh)
142
143
-GOLANG_VERSION := 1.19.3
+GOLANG_VERSION := 1.19.6
144
145
# CI
146
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
0 commit comments