File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
# media type: "application/vnd.oci.image.layer.v1.tar+gzip"
25
25
26
26
# Build the manager binary
27
- FROM golang:1.19.6 as builder
27
+ FROM golang:1.20.10 as builder
28
28
WORKDIR /workspace
29
29
30
30
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# Build the manager binary
18
- FROM golang:1.19.6 as builder
18
+ FROM golang:1.20.10 as builder
19
19
WORKDIR /workspace
20
20
21
21
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
4
publish = " docs/book/book"
5
5
6
6
[build .environment ]
7
- GO_VERSION = " 1.19 "
7
+ GO_VERSION = " 1.20 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
MDBOOK_VERSION := v0.4.5
16
- GOLANG_VERSION := 1.19.6
16
+ GOLANG_VERSION := 1.20.10
17
17
PLANTUML_VERSION := 1.2022.6
18
18
GH_VERSION := 1.2.0
You can’t perform that action at this time.
0 commit comments