1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
this patch bumps both the Dockerfile and go.mod go version to 1.15

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2020-11-18 09:34:44 -05:00
parent a8411b1585
commit c4515b94ab
No known key found for this signature in database
GPG key ID: A9596BE502663DFD
2 changed files with 2 additions and 2 deletions

View file

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

2
go.mod
View file

@ -1,6 +1,6 @@
module sigs.k8s.io/node-feature-discovery
go 1.14
go 1.15
require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815