Skip to content

Commit 6aa9c72

Browse files
committed
update go to 1.21.10
Signed-off-by: cpanato <[email protected]>
1 parent 38afddb commit 6aa9c72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.21.9@sha256:ff6cfbd291c157a5b67e121b050e80a646a88b55de5c489a5c07acb9528a1feb as builder
16+
FROM golang:1.21.10@sha256:45f2cab1eebfb90d214ab8ce896cefc320e5c8768b4b34bb402652d90c670875 as builder
1717
WORKDIR /workspace
1818

1919
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ endif
145145
# Build time versioning details.
146146
LDFLAGS := $(shell hack/version.sh)
147147

148-
GOLANG_VERSION := 1.21.9
148+
GOLANG_VERSION := 1.21.10
149149

150150
# CI
151151
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.21.9"
7+
GO_VERSION = "1.21.10"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)