golang.org/x/build@v0.0.0-20240506185731-218518f32b70/internal/task/testdata/announce-minor-solo.html (about)

     1  <p>Hello gophers,</p>
     2  <p>We have just released Go version 1.11.1, a minor point release.</p>
     3  <p>This minor release includes 2 security fixes following the <a href="https://go.dev/security">security policy</a>:</p>
     4  <ul>
     5  <li>
     6  <p>abc: security fix 1</p>
     7  </li>
     8  <li>
     9  <p>xyz: security fix 2</p>
    10  </li>
    11  </ul>
    12  <p>View the release notes for more information:<br>
    13  <a href="https://go.dev/doc/devel/release#go1.11.1">https://go.dev/doc/devel/release#go1.11.1</a></p>
    14  <p>You can download binary and source distributions from the Go website:<br>
    15  <a href="https://go.dev/dl/">https://go.dev/dl/</a></p>
    16  <p>To compile from source using a Git clone, update to the release with<br>
    17  <code>git checkout go1.11.1</code> and build as usual.</p>
    18  <p>Thanks to everyone who contributed to the release.</p>
    19  <p>Cheers,<br>
    20  Alice for the Go team</p>