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 8c5b80f commit 5d01a48Copy full SHA for 5d01a48
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-FROM golang:1.19.8@sha256:9f2dd04486e84eec72d945b077d568976981d9afed8b4e2aeb08f7ab739292b3 as builder
+FROM golang:1.19.9@sha256:8cefba2710250b21a8b8e32281788c5b53dc561ba0c51ea7de92b9a350663b7d 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.6
+GOLANG_VERSION := 1.19.9
144
145
# CI
146
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
0 commit comments