Skip to content

Commit

Permalink
[updatecli] Bump Golang version to 1.19.9 (#10756)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored May 6, 2023
1 parent 33484ce commit 9880622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.8
1.19.9
2 changes: 1 addition & 1 deletion docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// doc-branch can be: master, 8.0, 8.1, etc.
:doc-branch: master
:go-version: 1.19.8
:go-version: 1.19.9
:python: 3.7
:docker: 1.12
:docker-compose: 1.11
Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:20.04

# Build the apm-server binary. The golang image version is kept
# up to date with go.mod by Makefile.
FROM golang:1.19.8 as builder
FROM golang:1.19.9 as builder
WORKDIR /src
COPY go.mod go.sum /src/
COPY internal/glog/go.mod /src/internal/glog/go.mod
Expand Down

0 comments on commit 9880622

Please sign in to comment.