-
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]>
- Loading branch information
1 parent
e188e95
commit a88f111
Showing
17 changed files
with
20 additions
and
20 deletions.
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 @@ | ||
1.20.6 | ||
1.20.7 |
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,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
RUN \ | ||
apt-get update \ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
RUN \ | ||
apt-get update \ | ||
|
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,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
RUN \ | ||
apt update \ | ||
|
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,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
COPY test/main.go main.go | ||
|
||
|
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,5 @@ | ||
ARG VSPHERE_GOLANG_VERSION | ||
FROM golang:${VSPHERE_GOLANG_VERSION} | ||
FROM golang:1.20.7 | ||
|
||
RUN apt-get install 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
RUN \ | ||
apt-get update \ | ||
|
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,4 +1,4 @@ | ||
FROM golang:1.20.6 | ||
FROM golang:1.20.7 | ||
|
||
RUN \ | ||
apt-get update \ | ||
|
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