Skip to content

Commit 9880622

Browse files
authored
[updatecli] Bump Golang version to 1.19.9 (#10756)
* chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /apm-server/packaging/docker/Dockerfile" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /apm-server/docs/version.asciidoc" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /apm-server/.go-version" Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
1 parent 33484ce commit 9880622

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.8
1+
1.19.9

docs/version.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// doc-branch can be: master, 8.0, 8.1, etc.
22
:doc-branch: master
3-
:go-version: 1.19.8
3+
:go-version: 1.19.9
44
:python: 3.7
55
:docker: 1.12
66
:docker-compose: 1.11

packaging/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:20.04
22

33
# Build the apm-server binary. The golang image version is kept
44
# up to date with go.mod by Makefile.
5-
FROM golang:1.19.8 as builder
5+
FROM golang:1.19.9 as builder
66
WORKDIR /src
77
COPY go.mod go.sum /src/
88
COPY internal/glog/go.mod /src/internal/glog/go.mod

0 commit comments

Comments
 (0)