mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-14 13:05:31 +02:00
Bump Go version
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Build
|
||||
FROM golang:1.11-stretch AS build
|
||||
FROM golang:1.12-stretch AS build
|
||||
WORKDIR /go/src/github.com/mpolden/echoip
|
||||
COPY . .
|
||||
ENV GO111MODULE=on CGO_ENABLED=0
|
||||
|
Reference in New Issue
Block a user