Skip to content

Commit cc7e087

Browse files
authored
Docs: update installation.md go version (#5720)
go1.16 not work for [go-quickstart](https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/) anymore ,must update to go1.17 Signed-off-by: cc <[email protected]>
1 parent d162b0b commit cc7e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/golang/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Follow the steps in the [installation guide][install-guide] to learn how to inst
1111
## Additional Prerequisites
1212

1313
- [git][git_tool]
14-
- [go][go_tool] version 1.16
14+
- [go][go_tool] version 1.17
1515
- [docker][docker_tool] version 17.03+.
1616
- [kubectl][kubectl_tool] and access to a Kubernetes cluster of a [compatible version][k8s-version-compat].
1717

0 commit comments

Comments
 (0)