Skip to content

Commit 8c19a4c

Browse files
committed
bump go to 1.20.10
1 parent 070714e commit 8c19a4c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# media type: "application/vnd.oci.image.layer.v1.tar+gzip"
2525

2626
# Build the manager binary
27-
FROM golang:1.19.6 as builder
27+
FROM golang:1.20.10 as builder
2828
WORKDIR /workspace
2929

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the manager binary
18-
FROM golang:1.19.6 as builder
18+
FROM golang:1.20.10 as builder
1919
WORKDIR /workspace
2020

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

netlify.toml

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

66
[build.environment]
7-
GO_VERSION = "1.19"
7+
GO_VERSION = "1.20"
88

99
# Standard Netlify redirects
1010
[[redirects]]

versions.mk

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

1515
MDBOOK_VERSION := v0.4.5
16-
GOLANG_VERSION := 1.19.6
16+
GOLANG_VERSION := 1.20.10
1717
PLANTUML_VERSION := 1.2022.6
1818
GH_VERSION := 1.2.0

0 commit comments

Comments
 (0)