added environment argument for golang version (#1361)

* added environment argument for golang version

* Revert: added environment argument for golang version (84298506)

* reverted to specifying go version 1.12 as the default

* fix spacing
This commit is contained in:
Mark Dodgson
2019-09-04 22:21:10 +01:00
committed by Aaron Schlesinger
parent 99477da3cc
commit 5444309405
3 changed files with 17 additions and 3 deletions
+4
View File
@@ -17,6 +17,8 @@ services:
build:
context: .
dockerfile: Dockerfile.test
args:
GOLANG_VERSION: 1.12
command: ["./scripts/test_unit.sh"]
environment:
- GO_ENV=test
@@ -31,6 +33,8 @@ services:
build:
context: .
dockerfile: Dockerfile.test
args:
GOLANG_VERSION: 1.12
command: ["./scripts/test_e2e.sh"]
azurite:
image: arafato/azurite:2.6.5