docker: Build using Go 1.10

This commit is contained in:
Jakob Borg 2018-03-24 09:21:22 +01:00
parent da3b38ccce
commit d6bb8e6e06

View File

@ -1,4 +1,4 @@
FROM golang:1.9 AS builder
FROM golang:1.10 AS builder
WORKDIR /go/src/github.com/syncthing/syncthing
COPY . .