Skip to content

Commit

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

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit f2216a9)
  • Loading branch information
twz123 committed Mar 19, 2024
1 parent 76218a4 commit 1bbacc8
Show file tree
Hide file tree
Showing 5 changed files with 99 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.18
alpine_patch_version = $(alpine_version).3
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.20.14
go_version = 1.21.4

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

go 1.20
go 1.21.0

toolchain go1.21.4

// k0s
require (
Expand Down
Loading

0 comments on commit 1bbacc8

Please sign in to comment.