Skip to content

Commit

Permalink
Merge pull request #3909 from twz123/bump-go
Browse files Browse the repository at this point in the history
Bump Go to v1.21.6
  • Loading branch information
twz123 authored Jan 10, 2024
2 parents 93a0811 + d627e39 commit 7fa70d3
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.5
go_version = 1.21.6

runc_version = 1.1.11
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.5
toolchain go1.21.6

// 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.5
toolchain go1.21.6

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

0 comments on commit 7fa70d3

Please sign in to comment.