Skip to content

Commit 4f93fa8

Browse files
Docs: Update the minimum version of go from 1.17 to 1.18 (#6101)
* Docs: Update the minimum version of go from 1.17 to 1.18 The version of go has been bumped, but the docs haven't been updated. The commit updates the developer guide with the correct version. Signed-off-by: David Lanouette <[email protected]>
1 parent 77dd4e2 commit 4f93fa8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
entries:
2+
- description: >
3+
(docs) Update the go version in the developer guide. The documentation wasn't updated when the go version was bumped to v1.18.
4+
5+
# kind is one of:
6+
# - addition
7+
# - change
8+
# - deprecation
9+
# - removal
10+
# - bugfix
11+
kind: "bugfix"
12+
13+
# Is this a breaking change?
14+
breaking: false

website/content/en/docs/contribution-guidelines/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 1
99
### Prerequisites
1010

1111
- [git][git-tool]
12-
- [go][go-tool] version 1.17
12+
- [go][go-tool] version 1.18
1313

1414
### Download Operator SDK
1515

0 commit comments

Comments
 (0)