* Update install-go.html to align with Go terms We were calling 1.20 to 1.21 a minor release. Go calls that a major release. * Update themes/default/layouts/shortcodes/install-go.html Co-authored-by: Thomas Kappler <tkappler@pulumi.com> --------- Co-authored-by: Thomas Kappler <tkappler@pulumi.com>
19 lines
803 B
HTML
19 lines
803 B
HTML
<p class="mt-4">
|
|
Install <strong><a href="https://golang.org/doc/install" target="_blank">Go</a></strong
|
|
>. <br />
|
|
</p>
|
|
|
|
<div class="note note-info">
|
|
<div class="icon-and-line">
|
|
<i class="fas fa-info-circle"></i>
|
|
<div class="line"></div>
|
|
</div>
|
|
<div class="content">
|
|
<p>
|
|
Pulumi requires a <a href="https://go.dev/doc/devel/release#policy">supported version of Go</a>— this typically refers to the two most recent major releases. Note that Go calls 1.20, 1.21, etc. major releases, unlike semantic versioning. If
|
|
you're using Linux, your distribution may not provide an up to date version of the Go compiler. To check what version of Go you have installed, use:
|
|
<code>go version</code>.
|
|
</p>
|
|
</div>
|
|
</div>
|