travis+docker: bump golang version to v1.17.x

pull/472/head
Oliver Gugger 2 years ago
parent 7a16e3b25d
commit 5f46d0b83f
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

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

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

Loading…
Cancel
Save