Update to go1.12 (#21)

This commit is contained in:
Michael
2019-09-03 11:41:03 +02:00
committed by Ludovic Fernandez
parent 5e438f6f9e
commit 27713d1e8d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.11 as builder FROM golang:1.12 as builder
WORKDIR /go/whoami WORKDIR /go/whoami
COPY . . COPY . .
RUN make build RUN make build

2
go.mod
View File

@ -1,3 +1,5 @@
module github.com/containous/whoami module github.com/containous/whoami
go 1.12
require github.com/gorilla/websocket v1.2.0 require github.com/gorilla/websocket v1.2.0