Skip to content

Commit b38e47c

Browse files
authored
Merge pull request #2912 from fidelity/feature/update-golang-version-in-docs
📖 feat(docs): golang version minimum is now go1.18
2 parents 46f36a3 + 9597759 commit b38e47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Quick Start guide will cover:
99

1010
## Prerequisites
1111

12-
- [go](https://golang.org/dl/) version v1.17.9+
12+
- [go](https://golang.org/dl/) version v1.18.0+
1313
- [docker](https://docs.docker.com/install/) version 17.03+.
1414
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
1515
- Access to a Kubernetes v1.11.3+ cluster.

pkg/plugins/golang/v3/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535

3636
// Variables and function to check Go version requirements.
3737
var (
38-
goVerMin = golang.MustParse("go1.17.9")
38+
goVerMin = golang.MustParse("go1.18.0")
3939
goVerMax = golang.MustParse("go2.0alpha1")
4040
)
4141

0 commit comments

Comments
 (0)