mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Update builds for Go 1.14 (#1558)
* Update .drone.yml for Go 1.14 * Update appveyor.yml for Go 1.14 * Update Dockerfile.test for Go 1.14 * Update Dockerfile for Go 1.14 * Update scripts/build-image/Dockerfile
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: download-dependencies
|
||||
image: golang:1.13
|
||||
image: golang:1.14
|
||||
commands:
|
||||
# wait for services to be ready.
|
||||
- cd scripts/liveness_probe
|
||||
@@ -20,7 +20,7 @@ steps:
|
||||
path: /go
|
||||
|
||||
- name: build
|
||||
image: golang:1.13
|
||||
image: golang:1.14
|
||||
commands:
|
||||
|
||||
# build
|
||||
|
||||
Reference in New Issue
Block a user