Skip to content

Commit

Permalink
[updatecli] Bump Golang version to 1.21.8 (#82)
Browse files Browse the repository at this point in the history
### What
Bump go release version with the latest release.

### Further details
See
[changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.21.8+label%3ACherryPickApproved)
for 1.21.8
Generated automatically with
https://github.com/elastic/elastic-agent-autodiscover/actions/runs/8216870501


---



<Actions>
<action
id="901223529a6beca5c9cb3180f1dae9731c8da4e9c40169d7042cc0163a6d7e24">
        <h3>Bump golang-version to latest version</h3>
<details
id="1c5f933144e2a3bfbf48011624489c4d9255a0bd4a33c7fd95834f7ffbdbf77a">
            <summary>Update .go-version</summary>
<p>1 file(s) updated with &#34;1.21.8&#34;:&#xA;&#x9;*
.go-version&#xA;</p>
            <details>
                <summary>1.21.8</summary>
<pre>no GitHub Release found for go1.21.8 on
&#34;https://github.com/golang/go&#34;</pre>
            </details>
        </details>
<details
id="3b1d55e344f3f4bab100a1c68665344a238a102d31e80a9cc817751b6a853545">
            <summary>Update .golangci.yml</summary>
<p>1 file(s) updated with &#34;1.21.8&#34;:&#xA;&#x9;*
.golangci.yml&#xA;</p>
            <details>
                <summary>1.21.8</summary>
<pre>no GitHub Release found for go1.21.8 on
&#34;https://github.com/golang/go&#34;</pre>
            </details>
        </details>
    </action>
</Actions>

---

<table>
  <tr>
    <td width="77">
<img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli
logo" width="50" height="50">
    </td>
    <td>
      <p>
Created automatically by <a
href="https://www.updatecli.io/">Updatecli</a>
      </p>
      <details><summary>Options:</summary>
        <br />
<p>Most of Updatecli configuration is done via <a
href="https://www.updatecli.io/docs/prologue/quick-start/">its
manifest(s)</a>.</p>
        <ul>
<li>If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.</li>
<li>If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.</li>
        </ul>
        <p>
Feel free to report any issues at <a
href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br
/>
If you find this tool useful, do not hesitate to star <a
href="https://github.com/updatecli/updatecli/stargazers">our GitHub
repository</a> as a sign of appreciation, and/or to tell us directly on
our <a
href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>!
        </p>
      </details>
    </td>
  </tr>
</table>

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and apmmachine committed Mar 11, 2024
1 parent e47c0f0 commit 4554e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
@@ -1 +1 @@
1.21.7
1.21.8
8 changes: 4 additions & 4 deletions .golangci.yml
Expand Up @@ -87,7 +87,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.21.7"
go: "1.21.8"

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand Down Expand Up @@ -121,15 +121,15 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.7"
go: "1.21.8"

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.7"
go: "1.21.8"

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.21.7"
go: "1.21.8"

gosec:
excludes:
Expand Down

0 comments on commit 4554e51

Please sign in to comment.