mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-19 22:59:04 +00:00
chore(): update Go version
This commit is contained in:
parent
ef962ee653
commit
ac754d93ac
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- "1.10"
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
- make distribution
|
- make distribution
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#########################################
|
#########################################
|
||||||
# Build stage
|
# Build stage
|
||||||
#########################################
|
#########################################
|
||||||
FROM golang:1.8 AS builder
|
FROM golang:1.10 AS builder
|
||||||
MAINTAINER Nicolas Carlier <n.carlier@nunux.org>
|
|
||||||
|
|
||||||
# Repository location
|
# Repository location
|
||||||
ARG REPOSITORY=github.com/ncarlier
|
ARG REPOSITORY=github.com/ncarlier
|
||||||
|
@ -23,7 +22,6 @@ RUN make
|
||||||
# Distribution stage
|
# Distribution stage
|
||||||
#########################################
|
#########################################
|
||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
MAINTAINER Nicolas Carlier <n.carlier@nunux.org>
|
|
||||||
|
|
||||||
# Repository location
|
# Repository location
|
||||||
ARG REPOSITORY=github.com/ncarlier
|
ARG REPOSITORY=github.com/ncarlier
|
||||||
|
|
Loading…
Reference in New Issue
Block a user