mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(backend): use Go 1.11.5 everywhere
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
defaults_go: &DEFAULTS_GO
|
||||
language: go
|
||||
go: "1.11.4"
|
||||
go: "1.11.5"
|
||||
cache:
|
||||
directories:
|
||||
# https://restic.net/blog/2018-09-02/travis-build-cache
|
||||
|
||||
@@ -3,7 +3,7 @@ RUN apk add --update make git
|
||||
COPY . /karma
|
||||
RUN make -C /karma ui
|
||||
|
||||
FROM golang:1.11.4-alpine as go-builder
|
||||
FROM golang:1.11.5-alpine as go-builder
|
||||
COPY --from=nodejs-builder /karma /go/src/github.com/prymitive/karma
|
||||
ARG VERSION
|
||||
RUN apk add --update make git
|
||||
|
||||
Reference in New Issue
Block a user