We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5683079 commit de9da1aCopy full SHA for de9da1a
Makefile
@@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
8
IMAGE_BUILD_EXTRA_OPTS ?=
9
IMAGE_PUSH_CMD ?= docker push
10
CONTAINER_RUN_CMD ?= docker run
11
-BUILDER_IMAGE ?= golang:1.21-bookworm
+BUILDER_IMAGE ?= golang:1.22-bookworm
12
BASE_IMAGE_FULL ?= debian:bookworm-slim
13
BASE_IMAGE_MINIMAL ?= scratch
14
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/node-feature-discovery
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/fsnotify/fsnotify v1.7.0
0 commit comments