Skip to content

Commit 2dc8da2

Browse files
authored
Merge pull request #4115 from twz123/bump-go
Bump Go to v1.22.0
2 parents 1e9e95c + 364e467 commit 2dc8da2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.21.7
4+
go_version = 1.22.0
55

66
runc_version = 1.1.12
77
runc_buildimage = $(golang_buildimage)

go.mod

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

3-
go 1.21.0
3+
go 1.22
44

5-
toolchain go1.21.7
5+
toolchain go1.22.0
66

77
// k0s
88
require (

hack/tool/go.mod

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

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.7
5+
toolchain go1.22.0
66

77
require (
88
github.com/hashicorp/terraform-exec v0.20.0

0 commit comments

Comments
 (0)