File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
- name : Checkout repository
16
16
uses : actions/checkout@v4
17
17
18
- - name : Setup Go 1.22.x
18
+ - name : Setup Go
19
19
uses : actions/setup-go@v5
20
20
with :
21
21
go-version-file : go.mod
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please see https://git.k8s.io/community/CLA.md for more info.
10
10
11
11
## Prerequisites
12
12
13
- - [ go] ( https://golang.org/dl/ ) version v1.22 +.
13
+ - [ go] ( https://golang.org/dl/ ) version v1.23 +.
14
14
- [ docker] ( https://docs.docker.com/install/ ) version 17.03+.
15
15
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.11.3+.
16
16
- [ kustomize] ( https://github.com/kubernetes-sigs/kustomize/blob/master/site/content/en/docs/Getting%20started/installation.md ) v3.1.0+
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ command = "./litgo.sh"
17
17
command = " ./markerdocs.sh"
18
18
19
19
[context .environment ]
20
- environment = { GO_VERSION = " 1.22 " }
20
+ environment = { GO_VERSION = " 1.23 " }
21
21
22
22
[context .deploy-preview .environment ]
23
- environment = { GO_VERSION = " 1.22 " }
23
+ environment = { GO_VERSION = " 1.23 " }
24
24
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This Quick Start guide will cover:
9
9
10
10
## Prerequisites
11
11
12
- - [ go] ( https://go.dev/dl/ ) version v1.22 .0+
12
+ - [ go] ( https://go.dev/dl/ ) version v1.23 .0+
13
13
- [ docker] ( https://docs.docker.com/install/ ) version 17.03+.
14
14
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.11.3+.
15
15
- Access to a Kubernetes v1.11.3+ cluster.
Original file line number Diff line number Diff line change 1
1
module v1
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.5
5
+ godebug default= go1.23
6
6
7
7
require (
8
8
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
base = " docs/book"
3
- command = " GO_VERSION=1.22 .0 ./install-and-build.sh"
3
+ command = " GO_VERSION=1.23 .0 ./install-and-build.sh"
4
4
publish = " docs/book/book"
5
5
functions = " docs/book/functions"
6
6
You can’t perform that action at this time.
0 commit comments