From 65fb69c23ba7a6a34397261d15c6c4a9ba6054c3 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:53:06 -0500 Subject: [PATCH] [Automation] Update go release version to 1.18.10 (#34266) Co-authored-by: apmmachine --- .go-version | 2 +- .golangci.yml | 8 ++++---- auditbeat/Dockerfile | 2 +- heartbeat/Dockerfile | 2 +- libbeat/docs/version.asciidoc | 2 +- metricbeat/Dockerfile | 2 +- packetbeat/Dockerfile | 2 +- x-pack/functionbeat/Dockerfile | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.go-version b/.go-version index cafc0b7add4..0150af135c6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.18.9 +1.18.10 diff --git a/.golangci.yml b/.golangci.yml index 68b2c27e9a2..2d8c9141221 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -110,7 +110,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.18.9" + go: "1.18.10" nakedret: # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 @@ -130,19 +130,19 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.9" + go: "1.18.10" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.9" + go: "1.18.10" # 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.18.9" + go: "1.18.10" gosec: excludes: diff --git a/auditbeat/Dockerfile b/auditbeat/Dockerfile index 2bcd798ef11..c4ffbecea65 100644 --- a/auditbeat/Dockerfile +++ b/auditbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.9 +FROM golang:1.18.10 RUN \ apt-get update \ diff --git a/heartbeat/Dockerfile b/heartbeat/Dockerfile index 69c37e73dd3..007a7787d4b 100644 --- a/heartbeat/Dockerfile +++ b/heartbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.9 +FROM golang:1.18.10 RUN \ apt-get update \ diff --git a/libbeat/docs/version.asciidoc b/libbeat/docs/version.asciidoc index cde48a04ff3..2825d7c860b 100644 --- a/libbeat/docs/version.asciidoc +++ b/libbeat/docs/version.asciidoc @@ -1,6 +1,6 @@ :stack-version: 8.6.0 :doc-branch: main -:go-version: 1.18.9 +:go-version: 1.18.10 :release-state: unreleased :python: 3.7 :docker: 1.12 diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index 14665021f6f..e8c4197660c 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.9 +FROM golang:1.18.10 RUN \ apt update \ diff --git a/packetbeat/Dockerfile b/packetbeat/Dockerfile index cc69f45750b..02442636fee 100644 --- a/packetbeat/Dockerfile +++ b/packetbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.9 +FROM golang:1.18.10 RUN \ apt-get update \ diff --git a/x-pack/functionbeat/Dockerfile b/x-pack/functionbeat/Dockerfile index 189cf7b1671..670ad0410f7 100644 --- a/x-pack/functionbeat/Dockerfile +++ b/x-pack/functionbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.9 +FROM golang:1.18.10 RUN \ apt-get update \