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

This commit is contained in:
Oliver Gugger 2022-03-25 10:47:41 +01:00
parent 7a16e3b25d
commit 5f46d0b83f
No known key found for this signature in database
GPG key ID: 8E4256593F177720
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 . /go/src/github.com/lightningnetwork/loop