Skip to content

Commit

Permalink
Bump Go to 1.20.11
Browse files Browse the repository at this point in the history
https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY

Fixes CVE-2023-45283 and CVE-2023-45284.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit a02f428)
(cherry picked from commit d1c5858)
(cherry picked from commit 14bb0df)
(cherry picked from commit 5e62d4d)
  • Loading branch information
twz123 committed Nov 17, 2023
1 parent 68f2c63 commit d31032c
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.17
alpine_patch_version = $(alpine_version).4
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.20.10
go_version = 1.20.11

runc_version = 1.1.10
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit d31032c

Please sign in to comment.