fix: update to Go 1.14 to fix test errors
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ stages:
|
||||
|
||||
deps:
|
||||
stage: deps
|
||||
image: golang:1.13
|
||||
image: golang:1.14
|
||||
script:
|
||||
- go get -mod=readonly
|
||||
|
||||
@@ -28,7 +28,7 @@ test:
|
||||
stage: test
|
||||
dependencies:
|
||||
- deps
|
||||
image: golang:1.13
|
||||
image: golang:1.14
|
||||
script:
|
||||
- go fmt $(go list ./...)
|
||||
- go vet $(go list ./...)
|
||||
|
||||
Reference in New Issue
Block a user