bump up Go lang version

The version 1.11 is required to use the latest features of the
`text/template` standard library (mutable variables in templates).
This commit is contained in:
Dmitry Rozhkov 2018-09-11 11:28:05 +03:00
parent 90776a63c7
commit 1732a69e6b
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
WORKDIR $DIR
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
WORKDIR $DIR
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
WORKDIR $DIR
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
WORKDIR $DIR
COPY . .