Skip to content

Commit

Permalink
Merge pull request #4171 from twz123/bump-go-1.21
Browse files Browse the repository at this point in the history
[release-1.29] Bump Go to v1.21.8
  • Loading branch information
twz123 authored Mar 19, 2024
2 parents 121914c + bc76f88 commit dccdf88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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.21.8

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

go 1.21.0

toolchain go1.21.7

// k0s
require (
github.com/BurntSushi/toml v1.3.2
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.21

toolchain go1.21.7
go 1.21.0

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

0 comments on commit dccdf88

Please sign in to comment.