Skip to content

Commit

Permalink
specify GOVERSION for old glide tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 14, 2024
1 parent a16ae78 commit 7200583
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ testTestPackGBWithTests() {
testGlideWithHgDep() {
fixture "glide-with-hg-dep"

env "GOVERSION" "go1.12"

assertDetected

compile
Expand Down Expand Up @@ -898,6 +900,7 @@ testGlideMassageVendor() {
fixture "glide-massage-vendor"

env "GO_INSTALL_PACKAGE_SPEC" ". github.com/mattes/migrate"
env "GOVERSION" "go1.12"

assertDetected

Expand Down Expand Up @@ -938,6 +941,8 @@ testGlideMassageVendor() {
testGlideWithOutDeps() {
fixture "glide-wo-deps"

env "GOVERSION" "go1.12"

assertDetected

compile
Expand All @@ -953,6 +958,8 @@ testGlideWithOutDeps() {
testGlideWithDeps() {
fixture "glide-with-deps"

env "GOVERSION" "go1.12"

assertDetected

compile
Expand All @@ -968,6 +975,8 @@ testGlideWithDeps() {
testGlideBasic() {
fixture "glide-basic"

env "GOVERSION" "go1.12"

assertDetected

compile
Expand All @@ -984,6 +993,7 @@ testGlideBasicWithTools() {
fixture "glide-basic"

env "GO_INSTALL_TOOLS_IN_IMAGE" "true"
env "GOVERSION" "go1.12"

assertDetected

Expand All @@ -1002,6 +1012,7 @@ testGlideBasicInGOPATH() {
fixture "glide-basic"

env "GO_SETUP_GOPATH_IN_IMAGE" "true"
env "GOVERSION" "go1.12"

assertDetected

Expand Down

0 comments on commit 7200583

Please sign in to comment.