Merge pull request #1115 from prymitive/go-1.13.4

chore(ci): use Go 1.13.4
This commit is contained in:
Łukasz Mierzwa
2019-11-02 10:59:10 +00:00
committed by GitHub
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