mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 18:43:43 +00:00
chore(): upgrade to Go 1.11
This commit is contained in:
parent
6e60c0df30
commit
0a096c2763
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
script:
|
||||
- make test
|
||||
- make distribution
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#########################################
|
||||
# Build stage
|
||||
#########################################
|
||||
FROM golang:1.10 AS builder
|
||||
FROM golang:1.11 AS builder
|
||||
|
||||
# Repository location
|
||||
ARG REPOSITORY=github.com/ncarlier
|
||||
|
|
Loading…
Reference in New Issue
Block a user