diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 9ea2e173599c..5fc40df8b4b9 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -126,9 +126,11 @@ pipeline { 'linux/386', 'linux/arm64', 'linux/armv7', - 'linux/ppc64le', - 'linux/mips64', - 'linux/s390x', + // The platforms above are disabled temporarly as crossbuild images are + // not available. See: https://github.com/elastic/golang-crossbuild/issues/71 + //'linux/ppc64le', + //'linux/mips64', + //'linux/s390x', 'windows/amd64', 'windows/386', (params.macos ? '' : 'darwin/amd64'), diff --git a/.go-version b/.go-version index 52e779f28fa8..4ed70fac17d7 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.14.7 +1.14.12 diff --git a/auditbeat/Dockerfile b/auditbeat/Dockerfile index 0db572a2d1f9..c6d4c0c0735c 100644 --- a/auditbeat/Dockerfile +++ b/auditbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/filebeat/Dockerfile b/filebeat/Dockerfile index 7a25b9906af5..d9707991a5fe 100644 --- a/filebeat/Dockerfile +++ b/filebeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/heartbeat/Dockerfile b/heartbeat/Dockerfile index c0d8abfa9c8f..f0155d342742 100644 --- a/heartbeat/Dockerfile +++ b/heartbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/journalbeat/Dockerfile b/journalbeat/Dockerfile index dd1d377f88d8..6df4d47d8857 100644 --- a/journalbeat/Dockerfile +++ b/journalbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/libbeat/Dockerfile b/libbeat/Dockerfile index b72fbaa58b5a..b7dde2b92cfa 100644 --- a/libbeat/Dockerfile +++ b/libbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/libbeat/docs/version.asciidoc b/libbeat/docs/version.asciidoc index 18d18712d698..7bbd9324a704 100644 --- a/libbeat/docs/version.asciidoc +++ b/libbeat/docs/version.asciidoc @@ -1,6 +1,6 @@ :stack-version: 7.11.0 :doc-branch: 7.x -:go-version: 1.14.7 +:go-version: 1.14.12 :release-state: unreleased :python: 3.7 :docker: 1.12 diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index aa3d282f7f5f..f19564bffbd9 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/packetbeat/Dockerfile b/packetbeat/Dockerfile index 52a31a9e99da..2b0faecc26fb 100644 --- a/packetbeat/Dockerfile +++ b/packetbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/x-pack/functionbeat/Dockerfile b/x-pack/functionbeat/Dockerfile index 3abd7b67c5eb..907a989eb4d6 100644 --- a/x-pack/functionbeat/Dockerfile +++ b/x-pack/functionbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \ diff --git a/x-pack/libbeat/Dockerfile b/x-pack/libbeat/Dockerfile index 40977aa6cf9d..06ca7a1ffad7 100644 --- a/x-pack/libbeat/Dockerfile +++ b/x-pack/libbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.7 +FROM golang:1.14.12 RUN \ apt-get update \