[NOD-796] Upgrade to go 1.14 (#665)

This commit is contained in:
Svarog 2020-03-22 14:50:13 +02:00 committed by GitHub
parent 586624c836
commit 3c67215e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# -- multistage docker build: stage #1: build stage
FROM golang:1.13-alpine AS build
FROM golang:1.14-alpine AS build
RUN mkdir -p /go/src/github.com/kaspanet/kaspad

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kaspanet/kaspad
go 1.13
go 1.14
require (
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd