Skip to content

Commit 5c1fcf2

Browse files
[updatecli] Bump Golang version to 1.21.7 (#128)
### What Bump go release version with the latest release. ### Further details See [changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.21.7+label%3ACherryPickApproved) for 1.21.7 Generated automatically with https://github.com/elastic/elastic-agent-system-metrics/actions/runs/7857114183 --- <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.7&#34;:&#xA;&#x9;* .go-version&#xA;</p> <details> <summary>1.21.7</summary> <pre>no GitHub Release found for go1.21.7 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.7&#34;:&#xA;&#x9;* .golangci.yml&#xA;</p> <details> <summary>1.21.7</summary> <pre>no GitHub Release found for go1.21.7 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>
1 parent 310fab9 commit 5c1fcf2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.6
1+
1.21.7

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ linters-settings:
9393

9494
gosimple:
9595
# Select the Go version to target. The default is '1.13'.
96-
go: "1.21.6"
96+
go: "1.21.7"
9797

9898
nakedret:
9999
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -113,17 +113,17 @@ linters-settings:
113113

114114
staticcheck:
115115
# Select the Go version to target. The default is '1.13'.
116-
go: "1.21.6"
116+
go: "1.21.7"
117117
checks: ["all"]
118118

119119
stylecheck:
120120
# Select the Go version to target. The default is '1.13'.
121-
go: "1.21.6"
121+
go: "1.21.7"
122122
checks: ["all"]
123123

124124
unused:
125125
# Select the Go version to target. The default is '1.13'.
126-
go: "1.21.6"
126+
go: "1.21.7"
127127

128128
gosec:
129129
excludes:

0 commit comments

Comments
 (0)