Skip to content

Commit

Permalink
Bumped the Golang version to 1.19 in pre-requisite documentation (#6386)
Browse files Browse the repository at this point in the history
* 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 <udaykumar9@proton.me>

* Adding changelog/fragments for go lang version change

Signed-off-by: Uday Kumar <udaykumar9@proton.me>

---------

Signed-off-by: Uday Kumar <udaykumar9@proton.me>
Co-authored-by: Uday Kumar <56138653+UdayKumarUK007@users.noreply.github.com>
  • Loading branch information
ukumar009 and ukumar009 committed May 30, 2023
1 parent 24d3812 commit 46c8c4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog/fragments/docs-bump-go-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
entries:
- description: >
(docs) Update the go version in the developer guide. The documentation wasn't updated when the go version was bumped to v1.19.
# kind is one of:
# - addition
# - change
# - deprecation
# - removal
# - bugfix
kind: "bugfix"
# Is this a breaking change?
breaking: false
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1
### Prerequisites

- [git][git-tool]
- [go][go-tool] version 1.18
- [go][go-tool] version 1.19

### Download Operator SDK

Expand Down

0 comments on commit 46c8c4e

Please sign in to comment.