diff --git a/.go-version b/.go-version index bc8042f5cda..e54f3135a7d 100644 --- a/.go-version +++ b/.go-version @@ -1,5 +1 @@ -<<<<<<< HEAD -1.19.10 -======= -1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +1.19.12 diff --git a/.golangci.yml b/.golangci.yml index 68723ef301f..138569983b1 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -108,11 +108,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. -<<<<<<< HEAD - go: "1.19.10" -======= - go: "1.20.7" ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) + go: "1.19.12" nakedret: # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 @@ -130,31 +126,19 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. -<<<<<<< HEAD - go: "1.19.10" -======= - go: "1.20.7" ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) + go: "1.19.12" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. -<<<<<<< HEAD - go: "1.19.10" -======= - go: "1.20.7" ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) + go: "1.19.12" # Disabled: # ST1005: error strings should not be capitalized checks: ["all", "-ST1005"] unused: # Select the Go version to target. The default is '1.13'. -<<<<<<< HEAD - go: "1.19.10" -======= - go: "1.20.7" ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) + go: "1.19.12" gosec: excludes: diff --git a/auditbeat/Dockerfile b/auditbeat/Dockerfile index cb978ff030e..17a6f2cc93f 100644 --- a/auditbeat/Dockerfile +++ b/auditbeat/Dockerfile @@ -1,8 +1,4 @@ -<<<<<<< HEAD -FROM golang:1.19.10 -======= -FROM golang:1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +FROM golang:1.19.12 RUN \ apt-get update \ diff --git a/heartbeat/Dockerfile b/heartbeat/Dockerfile index df48d3ba604..52a87012c7e 100644 --- a/heartbeat/Dockerfile +++ b/heartbeat/Dockerfile @@ -1,8 +1,4 @@ -<<<<<<< HEAD -FROM golang:1.19.10 -======= -FROM golang:1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +FROM golang:1.19.12 RUN \ apt-get update \ diff --git a/libbeat/docs/version.asciidoc b/libbeat/docs/version.asciidoc index 3acc911c64c..96c8f4de446 100644 --- a/libbeat/docs/version.asciidoc +++ b/libbeat/docs/version.asciidoc @@ -1,10 +1,6 @@ :stack-version: 8.9.0 :doc-branch: main -<<<<<<< HEAD -:go-version: 1.19.10 -======= -:go-version: 1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +:go-version: 1.19.12 :release-state: unreleased :python: 3.7 :docker: 1.12 diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index 76ddf4b525e..9e7997c1562 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -1,8 +1,4 @@ -<<<<<<< HEAD -FROM golang:1.19.10 -======= -FROM golang:1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +FROM golang:1.19.12 RUN \ apt update \ diff --git a/packetbeat/Dockerfile b/packetbeat/Dockerfile index 1b40e5ef254..a9472f155e5 100644 --- a/packetbeat/Dockerfile +++ b/packetbeat/Dockerfile @@ -1,8 +1,4 @@ -<<<<<<< HEAD -FROM golang:1.19.10 -======= -FROM golang:1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +FROM golang:1.19.12 RUN \ apt-get update \ diff --git a/x-pack/functionbeat/Dockerfile b/x-pack/functionbeat/Dockerfile index 660624481e8..a3bb21b33b2 100644 --- a/x-pack/functionbeat/Dockerfile +++ b/x-pack/functionbeat/Dockerfile @@ -1,8 +1,4 @@ -<<<<<<< HEAD -FROM golang:1.19.10 -======= -FROM golang:1.20.7 ->>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241)) +FROM golang:1.19.12 RUN \ apt-get update \