diff --git a/test/run.sh b/test/run.sh index 271bba09..c6c7498a 100755 --- a/test/run.sh +++ b/test/run.sh @@ -760,6 +760,8 @@ testTestPackGovendorWithTests() { testTestPackGlideWithTests() { fixture "glide-with-tests" + env "GOVERSION" "go1.12" + dotest assertCapturedSuccess assertCaptured "RUN TestHello" @@ -772,6 +774,8 @@ testTestPackGlideWithTests() { testTestPackGodepWithTests() { fixture "godep-with-tests" + env "GOVERSION" "go1.12" + dotest assertCapturedSuccess assertCaptured "RUN TestHello"