We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd3e0d + 37a9621 commit 4024176Copy full SHA for 4024176
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.22.0
+go_version = 1.22.1
5
6
runc_version = 1.1.12
7
runc_buildimage = $(golang_buildimage)
go.mod
@@ -1,8 +1,6 @@
module github.com/k0sproject/k0s
-go 1.22
-
-toolchain go1.22.0
+go 1.22.0
// k0s
8
require (
hack/tool/go.mod
module tool
github.com/hashicorp/terraform-exec v0.20.0
0 commit comments