Merge pull request #371 from ellemouton/bumpGoVersion

multi: bump minimum golang version to 1.15
pull/374/head
András Bánki-Horváth 3 years ago committed by GitHub
commit c4c1f32bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ git:
depth: false
go:
- "1.13.x"
- "1.15.x"
env:
global:

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.15-alpine as builder
# Copy in the local repository to build from.
COPY . /go/src/github.com/lightningnetwork/loop

@ -26,4 +26,4 @@ require (
gopkg.in/macaroon.v2 v2.1.0
)
go 1.13
go 1.15

Loading…
Cancel
Save