Skip to content

Commit

Permalink
Bump Go to v1.22.5
Browse files Browse the repository at this point in the history
https://groups.google.com/g/golang-announce/c/gyb7aM1C9H4
https://go.dev/doc/devel/release#go1.22.5
https://github.com/golang/go/issues?q=milestone%3AGo1.22.5+label%3ACherryPickApproved

Fixes CVE-2024-24791.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit 1f9ca4b)
(cherry picked from commit dc7fb5a)
(cherry picked from commit f0af347)
  • Loading branch information
twz123 committed Jul 31, 2024
1 parent 5b8d810 commit 28b3910
Showing 1 changed file with 1 addition and 1 deletion.
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).4
golang_buildimage=docker.io/library/golang:$(go_version)-alpine3.19
go_version = 1.22.4
go_version = 1.22.5

runc_version = 1.1.13
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit 28b3910

Please sign in to comment.