mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Update to go1.18 (#1768)
This commit is contained in:
+3
-3
@@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
dockerfile: cmd/proxy/Dockerfile
|
||||
args:
|
||||
GOLANG_VERSION: 1.17
|
||||
GOLANG_VERSION: 1.18
|
||||
environment:
|
||||
- ATHENS_MONGO_STORAGE_URL=mongodb://mongo:27017
|
||||
- TIMEOUT=20 # in case the mongo dependency takes longer to start up
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
args:
|
||||
GOLANG_VERSION: 1.17
|
||||
GOLANG_VERSION: 1.18
|
||||
command: ["./scripts/test_unit.sh"]
|
||||
environment:
|
||||
- GO_ENV=test
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
args:
|
||||
GOLANG_VERSION: 1.17
|
||||
GOLANG_VERSION: 1.18
|
||||
command: ["./scripts/test_e2e.sh"]
|
||||
azurite:
|
||||
image: arafato/azurite:2.6.5
|
||||
|
||||
Reference in New Issue
Block a user