diff --git a/.go-version b/.go-version index 83d5e73f00e4..98adfe8e122a 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.19.5 +1.19.7 diff --git a/.golangci.yml b/.golangci.yml index c582e5545e85..c5c2b7f8de7f 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.19.5" + go: "1.19.7" 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.19.5" + go: "1.19.7" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.19.5" + go: "1.19.7" # 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.5" + go: "1.19.7" gosec: excludes: diff --git a/auditbeat/Dockerfile b/auditbeat/Dockerfile index 8177c1316f69..c89fb4286354 100644 --- a/auditbeat/Dockerfile +++ b/auditbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5 +FROM golang:1.19.7 RUN \ apt-get update \ diff --git a/heartbeat/Dockerfile b/heartbeat/Dockerfile index 1be7794a9d73..73d5171f71ac 100644 --- a/heartbeat/Dockerfile +++ b/heartbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5 +FROM golang:1.19.7 RUN \ apt-get update \ diff --git a/libbeat/docs/version.asciidoc b/libbeat/docs/version.asciidoc index fe9aa03521d3..6007ad4a7368 100644 --- a/libbeat/docs/version.asciidoc +++ b/libbeat/docs/version.asciidoc @@ -1,6 +1,6 @@ :stack-version: 8.8.0 :doc-branch: master -:go-version: 1.19.5 +:go-version: 1.19.7 :release-state: unreleased :python: 3.7 :docker: 1.12 diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index e39f18167d6b..8a9364bb8f55 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5 +FROM golang:1.19.7 RUN \ apt update \ diff --git a/packetbeat/Dockerfile b/packetbeat/Dockerfile index dd4f583dbf2d..72d4f6660e0b 100644 --- a/packetbeat/Dockerfile +++ b/packetbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5 +FROM golang:1.19.7 RUN \ apt-get update \ diff --git a/x-pack/functionbeat/Dockerfile b/x-pack/functionbeat/Dockerfile index f4a11efd87be..4899f9fe97b6 100644 --- a/x-pack/functionbeat/Dockerfile +++ b/x-pack/functionbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5 +FROM golang:1.19.7 RUN \ apt-get update \