Skip to content

Commit

Permalink
Merge pull request #4170 from twz123/bump-go
Browse files Browse the repository at this point in the history
Bump Go to v1.22.1
  • Loading branch information
twz123 authored Mar 19, 2024
2 parents 5bd3e0d + 37a9621 commit 4024176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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.22.0
go_version = 1.22.1

runc_version = 1.1.12
runc_buildimage = $(golang_buildimage)
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/k0sproject/k0s

go 1.22

toolchain go1.22.0
go 1.22.0

// k0s
require (
Expand Down
4 changes: 1 addition & 3 deletions hack/tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module tool

go 1.22

toolchain go1.22.0
go 1.22.0

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

0 comments on commit 4024176

Please sign in to comment.