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 Go to v1.22

This commit is contained in:
Markus Lehtonen 2024-02-09 13:46:06 +02:00
parent 5683079a06
commit de9da1af8b
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.21-bookworm
BUILDER_IMAGE ?= golang:1.22-bookworm
BASE_IMAGE_FULL ?= debian:bookworm-slim
BASE_IMAGE_MINIMAL ?= scratch

2
go.mod
View file

@ -1,6 +1,6 @@
module sigs.k8s.io/node-feature-discovery
go 1.21
go 1.22
require (
github.com/fsnotify/fsnotify v1.7.0