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:
Ted Wexler
2020-02-26 18:53:12 -05:00
committed by GitHub
parent 71c57ef7ee
commit 53232f726d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.12
ARG GOLANG_VERSION=1.14
FROM golang:$GOLANG_VERSION
RUN echo $GOLANG_VERSION