Skip to content

Commit

Permalink
Update go to 1.13.9 (#3539)
Browse files Browse the repository at this point in the history
* Update go to 1.13.9

See release notes in
https://golang.org/doc/devel/release.html#go1.13.minor
  • Loading branch information
simitt authored Mar 24, 2020
1 parent e06b550 commit a433d88
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/docker/golang-mage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.13.8
ARG GO_VERSION=1.13.9
FROM golang:${GO_VERSION}

ENV TOOLS=/tools
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.8
1.13.9
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.8
FROM golang:1.13.9
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.13.8
* [Golang](https://golang.org/dl/) 1.13.9

### Install

Expand Down
1 change: 1 addition & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ https://github.com/elastic/apm-server/compare/7.6\...master[View commits]
* Add gRPC sampling endpoint for Jaeger {pull}3490[3490]
* Change default value for apm-server.ssl.client_authentication from optional to none {pull}3500[3500]
* Enabled instrumentation of sourcemaps {pull}3515[3515]
* Upgrade Go to 1.13.9 {pull}3539[3539]
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.13.8
:go-version: 1.13.9
:python: 3.7
:docker: 1.12
:docker-compose: 1.11
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.8
FROM golang:1.13.9
MAINTAINER Nicolas Ruflin <[email protected]>

RUN apt-get update
Expand Down

0 comments on commit a433d88

Please sign in to comment.