Merge pull request #137 from 9seconds/golang-1.14

Use golang 1.14
This commit is contained in:
Sergey Arkhipov
2020-03-20 13:23:06 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,3 +17,4 @@ script:
matrix:
allow_failures:
- go: master
- go: 1.14.x # because of golangci-lint
+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 \