1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

Merge pull request #497 from ArangoGutierrez/go116

bump  Go  to 1.16
This commit is contained in:
Kubernetes Prow Robot 2021-03-30 09:09:57 -07:00 committed by GitHub
commit 386ccf4c20
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.15.5-buster as builder
FROM golang:1.16.2-buster 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.15
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9