1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 21:38:23 +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_BUILD_EXTRA_OPTS ?=
IMAGE_PUSH_CMD ?= docker push IMAGE_PUSH_CMD ?= docker push
CONTAINER_RUN_CMD ?= docker run 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_FULL ?= debian:bookworm-slim
BASE_IMAGE_MINIMAL ?= scratch BASE_IMAGE_MINIMAL ?= scratch

2
go.mod
View file

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