Przeglądaj źródła

Use golang 1.14

tags/v1.0.3^2
9seconds 6 lat temu
rodzic
commit
020065f389
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

@@ -6,6 +6,7 @@ dist: trusty
6 6
 
7 7
 go:
8 8
   - 1.13.x
9
+  - 1.14.x
9 10
   - master
10 11
 
11 12
 before_script: make prepare

+ 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