Skip to content

Commit 5315c06

Browse files
Add notice for minimum Go version (#1643)
Description of changes: Updates the contributor setup documentation to require a minimum Go version By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8649ab3 commit 5315c06

File tree

1 file changed

+2
-2
lines changed
  • docs/content/docs/contributor-docs

1 file changed

+2
-2
lines changed

docs/content/docs/contributor-docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Please ensure that you have [properly installed Go][install-go].
2828

2929
[install-go]: https://golang.org/doc/install
3030

31-
{{% hint title="Go version" %}}
32-
We recommend to use a Go version of `1.15` or above for development.
31+
{{% hint title="Go version" type="info" %}}
32+
Our repositories require a Go version of `1.19` or above for development.
3333
{{% /hint %}}
3434

3535
## Fork upstream repositories

0 commit comments

Comments
 (0)