Skip to content

Commit

Permalink
Bump Go to v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Feb 19, 2024
1 parent 8f02627 commit 82eba99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6
go_version = 1.21.7

runc_version = 1.1.12
runc_buildimage = $(golang_buildimage)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/k0sproject/k0s

go 1.21.0

toolchain go1.21.6
toolchain go1.21.7

// k0s
require (
Expand Down
2 changes: 1 addition & 1 deletion hack/tool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module tool

go 1.21

toolchain go1.21.6
toolchain go1.21.7

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

0 comments on commit 82eba99

Please sign in to comment.