Use golang 1.14

This commit is contained in:
9seconds
2020-03-20 13:15:08 +03:00
parent 5a52418394
commit 020065f389
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ dist: trusty
go:
- 1.13.x
- 1.14.x
- master
before_script: make prepare
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.13-alpine
FROM golang:1.14-alpine
RUN set -x \
&& apk --no-cache --update add \