Update golang to 1.12.0

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
k3s-v1.15.3
ialidzhikov 2019-03-08 11:45:46 +02:00
parent eaa78b88ac
commit c72115dede
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.11.5 AS builder
FROM golang:1.12.0 AS builder
COPY elasticsearch_logging_discovery.go go.mod go.sum /
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go