mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
bump to go 1.16
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
parent
c06e92fe63
commit
11c21a1277
2 changed files with 2 additions and 2 deletions
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue