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