Skip to content

Commit

Permalink
Docs: Update the minimum version of go from 1.17 to 1.18 (#6101)
Browse files Browse the repository at this point in the history
* 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 <David.Lanouette@RedHat.com>
  • Loading branch information
davidlanouette authored Oct 21, 2022
1 parent 77dd4e2 commit 4f93fa8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog/fragments/docs-bump-go-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
entries:
- description: >
(docs) Update the go version in the developer guide. The documentation wasn't updated when the go version was bumped to v1.18.
# 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.17
- [go][go-tool] version 1.18

### Download Operator SDK

Expand Down

0 comments on commit 4f93fa8

Please sign in to comment.