Skip to content

Commit

Permalink
build with go 1.12.12 (elastic#2922) (elastic#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphaelli authored Nov 18, 2019
1 parent 23581fb commit e0cde16
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.9
1.12.12
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.9
FROM golang:1.12.12
MAINTAINER Nicolas Ruflin <[email protected]>

RUN set -x && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To get started with APM please see our [Getting Started Guide](https://www.elast

### Requirements

* [Golang](https://golang.org/dl/) 1.12.9
* [Golang](https://golang.org/dl/) 1.12.12

### Install

Expand Down
1 change: 1 addition & 0 deletions changelogs/7.5.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ https://github.com/elastic/apm-server/compare/v7.4.1\...v7.5.0[View commits]
- Add support for agent config GA {pull}2747[2747].
- Change ILM default policies to rollover after 30 days {pull}2798[2798].
- Introduce `apm-server.ilm.setup.overwrite` config option and stop overwriting by default {pull}2877[2877].
- Upgrade Go to 1.12.12 {pull}2922[2922].
4 changes: 2 additions & 2 deletions 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: 7.x
:go-version: 1.12.9
:go-version: 1.12.12
:python: 2.7.9
:docker: 1.12
:docker-compose: 1.11
Expand All @@ -14,4 +14,4 @@ include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
:apm-ruby-ref-v: https://www.elastic.co/guide/en/apm/agent/ruby/{apm-ruby-branch}
:apm-java-ref-v: https://www.elastic.co/guide/en/apm/agent/java/{apm-java-branch}
:apm-go-ref-v: https://www.elastic.co/guide/en/apm/agent/go/{apm-go-branch}
:apm-dotnet-ref-v: https://www.elastic.co/guide/en/apm/agent/dotnet/{apm-dotnet-branch}
:apm-dotnet-ref-v: https://www.elastic.co/guide/en/apm/agent/dotnet/{apm-dotnet-branch}

0 comments on commit e0cde16

Please sign in to comment.