1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Update builder image to Go 1.13.12

Go versions after 1.13.7 contain fix for CVE-2020-7919
This commit is contained in:
Alexander Kanevskiy 2020-07-10 14:09:41 +03:00
parent c2503a20ab
commit eb8fe6393a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: go
go:
- "1.13.5"
- "1.13.12"
env:
global:

View file

@ -1,5 +1,5 @@
# Build node feature discovery
FROM golang:1.13.5 as builder
FROM golang:1.13.12 as builder
# Get (cache) deps in a separate layer
COPY go.mod go.sum /go/node-feature-discovery/