Skip to content

Commit 8b4b48c

Browse files
authored
Bump Go to 1.13.11 (#5786)
1 parent 792cad6 commit 8b4b48c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ experimental:
1515
templates:
1616
job_template: &job_template
1717
docker:
18-
- image: datadog/datadog-agent-runner-circle:go1138
18+
- image: datadog/datadog-agent-runner-circle:go11311
1919
environment:
2020
USE_SYSTEM_LIBS: "1"
2121
working_directory: /go/src/github.com/DataDog/datadog-agent
@@ -234,7 +234,7 @@ jobs:
234234
macos:
235235
xcode: 10.1.0
236236
environment:
237-
GO_VERSION: "1.13.8"
237+
GO_VERSION: "1.13.11"
238238
RUBY_VERSION: "2.4"
239239
RELEASE_VERSION: "nightly-a7"
240240
AGENT_MAJOR_VERSION: "7"

.circleci/images/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex \
1111
doxygen graphviz
1212

1313
# Golang
14-
ENV GIMME_GO_VERSION 1.13.8
14+
ENV GIMME_GO_VERSION 1.13.11
1515
ENV GOROOT /root/.gimme/versions/go$GIMME_GO_VERSION.linux.amd64
1616
ENV GOPATH /go
1717
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)