Skip to content

Commit

Permalink
[Automation] Bump Golang version to 1.19.9 (elastic#35367)
Browse files Browse the repository at this point in the history
* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/auditbeat/Dockerfile"
Updated the content of the file "/tmp/updatecli/github/elastic/beats/heartbeat/Dockerfile"
Updated the content of the file "/tmp/updatecli/github/elastic/beats/metricbeat/Dockerfile"
Updated the content of the file "/tmp/updatecli/github/elastic/beats/packetbeat/Dockerfile"
Updated the content of the file "/tmp/updatecli/github/elastic/beats/x-pack/functionbeat/Dockerfile"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/libbeat/docs/version.asciidoc"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/.golangci.yml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/.go-version"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine committed May 8, 2023
1 parent cb9b498 commit f65554f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.8
1.19.9
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ linters-settings:

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

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

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19.8"
go: "1.19.9"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19.8"
go: "1.19.9"
# Disabled:
# ST1005: error strings should not be capitalized
checks: ["all", "-ST1005"]

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

gosec:
excludes:
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.8
FROM golang:1.19.9

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.8
FROM golang:1.19.9

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:stack-version: 8.8.0
:doc-branch: master
:go-version: 1.19.8
:go-version: 1.19.9
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.8
FROM golang:1.19.9

RUN \
apt update \
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.8
FROM golang:1.19.9

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.8
FROM golang:1.19.9

RUN \
apt-get update \
Expand Down

0 comments on commit f65554f

Please sign in to comment.