Bump Go version

This commit is contained in:
Martin Polden 2019-03-16 12:31:46 +01:00
parent 58fd8a66fe
commit c9fe2919e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Build # Build
FROM golang:1.11-stretch AS build FROM golang:1.12-stretch AS build
WORKDIR /go/src/github.com/mpolden/echoip WORKDIR /go/src/github.com/mpolden/echoip
COPY . . COPY . .
ENV GO111MODULE=on CGO_ENABLED=0 ENV GO111MODULE=on CGO_ENABLED=0

2
go.mod
View File

@ -1,5 +1,5 @@
// +heroku install ./... // +heroku install ./...
// +heroku goVersion go1.11 // +heroku goVersion go1.12
module github.com/mpolden/echoip module github.com/mpolden/echoip
require ( require (