mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Bump golang to v1.19
This commit is contained in:
parent
77af16fe9d
commit
ba7a3ba3eb
2 changed files with 2 additions and 2 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.18-buster
|
||||
BUILDER_IMAGE ?= golang:1.19-bullseye
|
||||
BASE_IMAGE_FULL ?= debian:buster-slim
|
||||
BASE_IMAGE_MINIMAL ?= gcr.io/distroless/base
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module sigs.k8s.io/node-feature-discovery
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.4.9
|
||||
|
|
Loading…
Reference in a new issue