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

Bump golang to v1.19

This commit is contained in:
Markus Lehtonen 2022-09-07 15:37:12 +03:00
parent 77af16fe9d
commit ba7a3ba3eb
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
IMAGE_BUILD_EXTRA_OPTS ?=
IMAGE_PUSH_CMD ?= docker push
CONTAINER_RUN_CMD ?= docker run
BUILDER_IMAGE ?= golang:1.18-buster
BUILDER_IMAGE ?= golang:1.19-bullseye
BASE_IMAGE_FULL ?= debian:buster-slim
BASE_IMAGE_MINIMAL ?= gcr.io/distroless/base

2
go.mod
View file

@ -1,6 +1,6 @@
module sigs.k8s.io/node-feature-discovery
go 1.18
go 1.19
require (
github.com/fsnotify/fsnotify v1.4.9