Skip to content

Commit

Permalink
Bump Go to v1.22.0
Browse files Browse the repository at this point in the history
https://go.dev/doc/go1.22

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Feb 22, 2024
1 parent 15d3a0c commit f8dd3be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alpine_version = 3.19
alpine_patch_version = $(alpine_version).0
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.21.7
go_version = 1.22.0

runc_version = 1.1.12
runc_buildimage = $(golang_buildimage)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
require (
Expand Down
4 changes: 2 additions & 2 deletions hack/tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module tool

go 1.21
go 1.22

toolchain go1.21.7
toolchain go1.22.0

require (
github.com/hashicorp/terraform-exec v0.20.0
Expand Down

0 comments on commit f8dd3be

Please sign in to comment.