Skip to content

Commit

Permalink
Bump Go to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Feb 9, 2024
1 parent 5e105a1 commit 2c32652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c32652

Please sign in to comment.