diff --git a/docker-compose.yml b/docker-compose.yml index b389807f..57f2ab2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: context: . dockerfile: Dockerfile.test args: - GOLANG_VERSION: 1.12 + GOLANG_VERSION: 1.13 command: ["./scripts/test_unit.sh"] environment: - GO_ENV=test @@ -34,7 +34,7 @@ services: context: . dockerfile: Dockerfile.test args: - GOLANG_VERSION: 1.12 + GOLANG_VERSION: 1.13 command: ["./scripts/test_e2e.sh"] azurite: image: arafato/azurite:2.6.5