File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ experimental:
1515templates :
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"
Original file line number Diff line number Diff 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
1515ENV GOROOT /root/.gimme/versions/go$GIMME_GO_VERSION.linux.amd64
1616ENV GOPATH /go
1717ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
You can’t perform that action at this time.
0 commit comments