-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automation] Bump Golang version to 1.20.7 (#36241)
* chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /metricbeat/module/http/_meta/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /dev-tools/kubernetes/filebeat/Dockerfile.debug" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /metricbeat/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /x-pack/functionbeat/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [2] of file "/tmp/updatecli/github/elastic/beats... ... /metricbeat/module/vsphere/_meta/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /dev-tools/kubernetes/metricbeat/Dockerfile.debug" Made with ❤️️ by updatecli * chore: Updated to content ":go-version: 1.20.7" in file "libbeat/docs... ... /version.asciidoc" Made with ❤️️ by updatecli * chore: Updated to content "go 1.20" in file "go.mod" Made with ❤️️ by updatecli * chore: changed lines [5] of file "/tmp/updatecli/github/elastic/beats... ... /x-pack/metricbeat/module/stan/_meta/Dockerfile" Made with ❤️️ by updatecli * chore: Updated to content "1.20.7" in file ".golangci.yml" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /auditbeat/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /heartbeat/Dockerfile" Made with ❤️️ by updatecli * chore: changed lines [5] of file "/tmp/updatecli/github/elastic/beats... ... /metricbeat/module/nats/_meta/Dockerfile" Made with ❤️️ by updatecli * chore: Updated to content "1.20.7" in file ".go-version" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /dev-tools/kubernetes/heartbeat/Dockerfile.debug" Made with ❤️️ by updatecli * chore: changed lines [1] of file "/tmp/updatecli/github/elastic/beats... ... /packetbeat/Dockerfile" Made with ❤️️ by updatecli * Update changelog. --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]> (cherry picked from commit a88f111) # Conflicts: # .go-version # .golangci.yml # auditbeat/Dockerfile # dev-tools/kubernetes/filebeat/Dockerfile.debug # dev-tools/kubernetes/heartbeat/Dockerfile.debug # dev-tools/kubernetes/metricbeat/Dockerfile.debug # heartbeat/Dockerfile # libbeat/docs/version.asciidoc # metricbeat/Dockerfile # metricbeat/module/http/_meta/Dockerfile # metricbeat/module/nats/_meta/Dockerfile # metricbeat/module/vsphere/_meta/Dockerfile # packetbeat/Dockerfile # x-pack/functionbeat/Dockerfile # x-pack/metricbeat/module/stan/_meta/Dockerfile
- Loading branch information
1 parent
65cd7f0
commit b3d6995
Showing
17 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
<<<<<<< HEAD | ||
1.19.10 | ||
======= | ||
1.20.7 | ||
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/elastic/beats/v7 | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
cloud.google.com/go/bigquery v1.44.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
ARG VSPHERE_GOLANG_VERSION | ||
<<<<<<< HEAD | ||
FROM golang:${VSPHERE_GOLANG_VERSION}-alpine | ||
======= | ||
FROM golang:1.20.7 | ||
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) | ||
|
||
RUN apk add --no-cache curl git | ||
RUN go install github.com/vmware/govmomi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters