mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
travis+docker: bump golang version to v1.17.x
This commit is contained in:
parent
7a16e3b25d
commit
5f46d0b83f
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ git:
|
|||
depth: false
|
||||
|
||||
go:
|
||||
- "1.15.x"
|
||||
- "1.17.x"
|
||||
|
||||
env:
|
||||
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 . /go/src/github.com/lightningnetwork/loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue