We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b68fce + 208e1ac commit c4c1f32Copy full SHA for c4c1f32
.travis.yml
@@ -13,7 +13,7 @@ git:
13
depth: false
14
15
go:
16
- - "1.13.x"
+ - "1.15.x"
17
18
env:
19
global:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13-alpine as builder
+FROM golang:1.15-alpine as builder
2
3
# Copy in the local repository to build from.
4
COPY . /go/src/github.com/lightningnetwork/loop
go.mod
@@ -26,4 +26,4 @@ require (
26
gopkg.in/macaroon.v2 v2.1.0
27
)
28
29
-go 1.13
+go 1.15
0 commit comments