Update for Go 1.14

pull/2/head
Robert Jacob 2020-06-27 11:24:42 +02:00
parent 4caceceb1e
commit 7297093dd0
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1 AS builder
FROM golang:1.14.4 AS builder
ENV CGO_ENABLED=0

2
go.mod
View File

@ -1,5 +1,7 @@
module git.hacknology.de/projekte/spaceapi
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect