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:
parent
c2503a20ab
commit
eb8fe6393a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.13.5"
|
||||
- "1.13.12"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue