mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
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:
parent
90776a63c7
commit
1732a69e6b
@ -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
|
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
|
||||||
WORKDIR $DIR
|
WORKDIR $DIR
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -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
|
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
|
||||||
WORKDIR $DIR
|
WORKDIR $DIR
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -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
|
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
|
||||||
WORKDIR $DIR
|
WORKDIR $DIR
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -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
|
ARG DIR=/go/src/github.com/intel/intel-device-plugins-for-kubernetes
|
||||||
WORKDIR $DIR
|
WORKDIR $DIR
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user