Skip to content

Commit

Permalink
Specify GOVERSION for pack glide tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 14, 2024
1 parent 7200583 commit 719a9ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ testTestPackGovendorWithTests() {
testTestPackGlideWithTests() {
fixture "glide-with-tests"

env "GOVERSION" "go1.12"

dotest
assertCapturedSuccess
assertCaptured "RUN TestHello"
Expand All @@ -772,6 +774,8 @@ testTestPackGlideWithTests() {
testTestPackGodepWithTests() {
fixture "godep-with-tests"

env "GOVERSION" "go1.12"

dotest
assertCapturedSuccess
assertCaptured "RUN TestHello"
Expand Down

0 comments on commit 719a9ec

Please sign in to comment.