You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2019/04/22 19:06:03 UTC

[trafficcontrol] branch master updated: update go unit test dockerfile to 1.11 (#3513)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new be71617  update go unit test dockerfile to 1.11 (#3513)
be71617 is described below

commit be71617ecceca66625e4e59fe9bbdece5de0a7a9
Author: Dan Kirkwood <da...@gmail.com>
AuthorDate: Mon Apr 22 13:05:58 2019 -0600

    update go unit test dockerfile to 1.11 (#3513)
---
 traffic_ops/app/bin/tests/Dockerfile-golangtest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/bin/tests/Dockerfile-golangtest b/traffic_ops/app/bin/tests/Dockerfile-golangtest
index def99ae..8b4a925 100644
--- a/traffic_ops/app/bin/tests/Dockerfile-golangtest
+++ b/traffic_ops/app/bin/tests/Dockerfile-golangtest
@@ -11,7 +11,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM golang:1.9.4
+FROM golang:1.11
 MAINTAINER dev@trafficcontrol.apache.org
 ARG DIR=github.com/apache/trafficcontrol