Skip to content

Commit

Permalink
Merge pull request #4199 from twz123/backport-4191-to-release-1.27
Browse files Browse the repository at this point in the history
[Backport release-1.27] Bump Go to v1.21.8
  • Loading branch information
twz123 authored Mar 27, 2024
2 parents 97acafd + 10cd036 commit bff6387
Show file tree
Hide file tree
Showing 5 changed files with 82 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.17
alpine_patch_version = $(alpine_version).4
golang_buildimage=docker.io/library/golang:$(go_version)-alpine3.18
go_version = 1.20.14
go_version = 1.21.8

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
@@ -1,6 +1,6 @@
module github.com/k0sproject/k0s

go 1.20
go 1.21.0

// k0s
require (
Expand Down
Loading

0 comments on commit bff6387

Please sign in to comment.