We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e9e95c + 364e467 commit 2dc8da2Copy full SHA for 2dc8da2
embedded-bins/Makefile.variables
@@ -1,7 +1,7 @@
1
alpine_version = 3.19
2
alpine_patch_version = $(alpine_version).0
3
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
4
-go_version = 1.21.7
+go_version = 1.22.0
5
6
runc_version = 1.1.12
7
runc_buildimage = $(golang_buildimage)
go.mod
@@ -1,8 +1,8 @@
module github.com/k0sproject/k0s
-go 1.21.0
+go 1.22
-toolchain go1.21.7
+toolchain go1.22.0
// k0s
8
require (
hack/tool/go.mod
module tool
-go 1.21
github.com/hashicorp/terraform-exec v0.20.0
0 commit comments