From 3b7b54094a0799080ef5f980a76efa9a0991cf72 Mon Sep 17 00:00:00 2001 From: Travis Date: Fri, 13 Dec 2019 18:45:43 -0600 Subject: [PATCH] update clustertests to use v2 (and go 1.13) --- Dockerfile-clustertests | 2 +- internal/clustertests/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-clustertests b/Dockerfile-clustertests index 53621b9ab..69fbd9a54 100644 --- a/Dockerfile-clustertests +++ b/Dockerfile-clustertests @@ -1,7 +1,7 @@ # This Dockerfile is used for cluster testing - it produces a much larger image # and includes all of Go as well as some utilities. -FROM golang:1.11 +FROM golang:1.13 LABEL maintainer "dev@pilosa.com" diff --git a/internal/clustertests/docker-compose.yml b/internal/clustertests/docker-compose.yml index 94a96ad5a..1546a5b13 100644 --- a/internal/clustertests/docker-compose.yml +++ b/internal/clustertests/docker-compose.yml @@ -51,6 +51,6 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock command: - - "cd /go/src/github.com/pilosa/pilosa/ && go test -v -count=1 github.com/pilosa/pilosa/internal/clustertests" + - "cd /go/src/github.com/pilosa/pilosa/ && go test -v -count=1 github.com/pilosa/pilosa/v2/internal/clustertests" networks: pilosanet: