Skip to content

Commit 4024176

Browse files
authored
Merge pull request #4170 from twz123/bump-go
Bump Go to v1.22.1
2 parents 5bd3e0d + 37a9621 commit 4024176

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

embedded-bins/Makefile.variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alpine_version = 3.19
22
alpine_patch_version = $(alpine_version).0
33
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
4-
go_version = 1.22.0
4+
go_version = 1.22.1
55

66
runc_version = 1.1.12
77
runc_buildimage = $(golang_buildimage)

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/k0sproject/k0s
22

3-
go 1.22
4-
5-
toolchain go1.22.0
3+
go 1.22.0
64

75
// k0s
86
require (

hack/tool/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module tool
22

3-
go 1.22
4-
5-
toolchain go1.22.0
3+
go 1.22.0
64

75
require (
86
github.com/hashicorp/terraform-exec v0.20.0

0 commit comments

Comments
 (0)