Przeglądaj źródła

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

Use golang 1.14
tags/v1.0.3^2
Sergey Arkhipov 6 lat temu
rodzic
commit
e559388802
No account linked to committer's email address
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1
    0
      .travis.yml
  2. 1
    1
      Dockerfile

+ 1
- 0
.travis.yml Wyświetl plik

@@ -17,3 +17,4 @@ script:
17 17
 matrix:
18 18
   allow_failures:
19 19
     - go: master
20
+    - go: 1.14.x  # because of golangci-lint

+ 1
- 1
Dockerfile Wyświetl plik

@@ -1,7 +1,7 @@
1 1
 ###############################################################################
2 2
 # BUILD STAGE
3 3
 
4
-FROM golang:1.13-alpine
4
+FROM golang:1.14-alpine
5 5
 
6 6
 RUN set -x \
7 7
   && apk --no-cache --update add \

Ładowanie…
Anuluj
Zapisz