Skip to content

Commit 46c8c4e

Browse files
authored
Bumped the Golang version to 1.19 in pre-requisite documentation (#6386)
* Corrected Golang version to 1.19 Go.mod is using golang 1.19 and pre-requisite is using 1.18. So Incrementing the developer guide to meet the golang version. Signed-off-by: Uday Kumar <[email protected]> * Adding changelog/fragments for go lang version change Signed-off-by: Uday Kumar <[email protected]> --------- Signed-off-by: Uday Kumar <[email protected]> Co-authored-by: Uday Kumar <[email protected]>
1 parent 24d3812 commit 46c8c4e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.19.
4+
# kind is one of:
5+
# - addition
6+
# - change
7+
# - deprecation
8+
# - removal
9+
# - bugfix
10+
kind: "bugfix"
11+
# Is this a breaking change?
12+
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.18
12+
- [go][go-tool] version 1.19
1313

1414
### Download Operator SDK
1515

0 commit comments

Comments
 (0)