mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 19:21:51 +00:00
chore(): update Go version
This commit is contained in:
parent
84524e9175
commit
7b955ded52
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.11"
|
||||
- "1.13"
|
||||
script:
|
||||
- make test
|
||||
- make distribution
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#########################################
|
||||
# Build stage
|
||||
#########################################
|
||||
FROM golang:1.11 AS builder
|
||||
FROM golang:1.13 AS builder
|
||||
|
||||
# Repository location
|
||||
ARG REPOSITORY=github.com/ncarlier
|
||||
|
|
Loading…
Reference in New Issue
Block a user