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.
2 parents 46f36a3 + 9597759 commit b38e47cCopy full SHA for b38e47c
docs/book/src/quick-start.md
@@ -9,7 +9,7 @@ This Quick Start guide will cover:
9
10
## Prerequisites
11
12
-- [go](https://golang.org/dl/) version v1.17.9+
+- [go](https://golang.org/dl/) version v1.18.0+
13
- [docker](https://docs.docker.com/install/) version 17.03+.
14
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
15
- Access to a Kubernetes v1.11.3+ cluster.
pkg/plugins/golang/v3/init.go
@@ -35,7 +35,7 @@ import (
35
36
// Variables and function to check Go version requirements.
37
var (
38
- goVerMin = golang.MustParse("go1.17.9")
+ goVerMin = golang.MustParse("go1.18.0")
39
goVerMax = golang.MustParse("go2.0alpha1")
40
)
41
0 commit comments