From 649a117bd8d62126118df101030f40f0756a5992 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 17:17:27 -0500
Subject: [PATCH] [updatecli] Bump Golang version to 1.20.11 (#67)
### What
Bump go release version with the latest release.
### Further details
See
[changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.20.11+label%3ACherryPickApproved)
for 1.20.11
Generated automatically with
https://github.com/elastic/elastic-agent-autodiscover/actions/runs/6836279610
---
Bump golang-version to latest version
Update .go-version
1 file(s) updated with "1.20.11":
*
.go-version
1.20.11
no GitHub Release found for go1.20.11 on
"https://github.com/golang/go"
Update .golangci.yml
1 file(s) updated with "1.20.11":
*
.golangci.yml
1.20.11
no GitHub Release found for go1.20.11 on
"https://github.com/golang/go"
---
|
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its
manifest(s).
- If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.
- If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub
repository as a sign of appreciation, and/or to tell us directly on
our chat!
|
---------
Co-authored-by: apmmachine
---
.go-version | 2 +-
.golangci.yml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.go-version b/.go-version
index acdfc7930..4bb1a22f8 100644
--- a/.go-version
+++ b/.go-version
@@ -1 +1 @@
-1.20.10
+1.20.11
diff --git a/.golangci.yml b/.golangci.yml
index d47d9ebf5..56db219d0 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -87,7 +87,7 @@ linters-settings:
gosimple:
# Select the Go version to target. The default is '1.13'.
- go: "1.20.10"
+ go: "1.20.11"
nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -121,15 +121,15 @@ linters-settings:
staticcheck:
# Select the Go version to target. The default is '1.13'.
- go: "1.20.10"
+ go: "1.20.11"
stylecheck:
# Select the Go version to target. The default is '1.13'.
- go: "1.20.10"
+ go: "1.20.11"
unused:
# Select the Go version to target. The default is '1.13'.
- go: "1.20.10"
+ go: "1.20.11"
gosec:
excludes: