update go version in configs (#1594)

Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
This commit is contained in:
xytan0056
2020-04-01 16:02:25 -07:00
committed by GitHub
parent 00d960f054
commit af0e699d3a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ VERSION = "unset"
DATE=$(shell date -u +%Y-%m-%d-%H:%M:%S-%Z)
ifndef GOLANG_VERSION
override GOLANG_VERSION = 1.13
override GOLANG_VERSION = 1.14
endif
.PHONY: build
+3 -3
View File
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: cmd/proxy/Dockerfile
args:
GOLANG_VERSION: 1.13
GOLANG_VERSION: 1.14
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.13
GOLANG_VERSION: 1.14
command: ["./scripts/test_unit.sh"]
environment:
- GO_ENV=test
@@ -36,7 +36,7 @@ services:
context: .
dockerfile: Dockerfile.test
args:
GOLANG_VERSION: 1.13
GOLANG_VERSION: 1.14
command: ["./scripts/test_e2e.sh"]
azurite:
image: arafato/azurite:2.6.5
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/gomods/athens
go 1.12
go 1.14
require (
cloud.google.com/go/bigquery v1.4.0 // indirect