Skip to content

Commit 5f46d0b

Browse files
committed
travis+docker: bump golang version to v1.17.x
1 parent 7a16e3b commit 5f46d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git:
1313
depth: false
1414

1515
go:
16-
- "1.15.x"
16+
- "1.17.x"
1717

1818
env:
1919
global:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine as builder
1+
FROM golang:1.17-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightningnetwork/loop

0 commit comments

Comments
 (0)