diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d42f79..fdd9db6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.18.26" + kernel: "6.18.28" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index bc018a9..bb12a43 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.18.26) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.18.28) .PHONY: all all: build