mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Go 1.15
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:
parent
a8411b1585
commit
c4515b94ab
2 changed files with 2 additions and 2 deletions
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue