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.
1 parent 7a16e3b commit 5f46d0bCopy full SHA for 5f46d0b
.travis.yml
@@ -13,7 +13,7 @@ git:
13
depth: false
14
15
go:
16
- - "1.15.x"
+ - "1.17.x"
17
18
env:
19
global:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.15-alpine as builder
+FROM golang:1.17-alpine as builder
2
3
# Copy in the local repository to build from.
4
COPY . /go/src/github.com/lightningnetwork/loop
0 commit comments