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

Merge pull request #389 from ArangoGutierrez/go_115

Go 1.15
This commit is contained in:
Kubernetes Prow Robot 2020-11-18 06:56:05 -08:00 committed by GitHub
commit 62749bba1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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