mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
Bump Golang to v1.22
Version 1.21 is archived and has unfixed CVEs.
This commit is contained in:
parent
6a1c58a155
commit
9b634e26ff
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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.12-bookworm
|
||||
BUILDER_IMAGE ?= golang:1.22.8-bookworm
|
||||
BASE_IMAGE_FULL ?= debian:bookworm-slim
|
||||
BASE_IMAGE_MINIMAL ?= scratch
|
||||
|
||||
|
|
Loading…
Reference in a new issue