This is an automated email from the ASF dual-hosted git repository. elsloo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git
commit 841df849055b902a619ecd2e74378997b3920e99 Author: Dan Kirkwood <dang...@gmail.com> AuthorDate: Thu Apr 12 10:26:15 2018 -0600 stay with go 1.8 until we're ready to upgrade NOTE: this is just for running the go unit tests --- traffic_ops/app/bin/tests/Dockerfile-golangtest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traffic_ops/app/bin/tests/Dockerfile-golangtest b/traffic_ops/app/bin/tests/Dockerfile-golangtest index 0ccfe8a..d7f4945 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.10 +FROM golang:1.8 MAINTAINER Dan Kirkwood <dang...@apache.org> ARG DIR=github.com/apache/incubator-trafficcontrol @@ -20,6 +20,6 @@ ADD lib /go/src/$DIR/lib WORKDIR /go/src/$DIR/traffic_ops/traffic_ops_golang -CMD bash -c 'go get -v && go test -cover -v $(go list ./...)' +CMD bash -c 'go get -v && go test -cover -v $(go list ./...)' ../../lib/go-* # # vi:syntax=Dockerfile -- To stop receiving notification emails like this one, please contact els...@apache.org.