Sfoglia il codice sorgente

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

Use golang 1.14
tags/v1.0.3^2
Sergey Arkhipov 6 anni fa
parent
commit
e559388802
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1
    0
      .travis.yml
  2. 1
    1
      Dockerfile

+ 1
- 0
.travis.yml Vedi File

17
 matrix:
17
 matrix:
18
   allow_failures:
18
   allow_failures:
19
     - go: master
19
     - go: master
20
+    - go: 1.14.x  # because of golangci-lint

+ 1
- 1
Dockerfile Vedi File

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

Loading…
Annulla
Salva