chore(ci): use Go 1.13.4

This commit is contained in:
Łukasz Mierzwa
2019-11-01 11:39:06 +00:00
parent 019870112c
commit d302de3469
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
__defaults_go: &DEFAULTS_GO
language: go
go: "1.13.3"
go: "1.13.4"
cache:
directories:
# https://restic.net/blog/2018-09-02/travis-build-cache

View File

@@ -4,7 +4,7 @@ COPY Makefile /src/Makefile
COPY ui /src/ui
RUN make -C /src ui
FROM golang:1.13.3-alpine as go-builder
FROM golang:1.13.4-alpine as go-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY go.mod /src/go.mod

View File

@@ -4,7 +4,7 @@ COPY Makefile /src/Makefile
COPY ui /src/ui
RUN make -C /src ui
FROM golang:1.13.3-alpine as go-builder
FROM golang:1.13.4-alpine as go-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY go.mod /src/go.mod