Skip to content

Commit

Permalink
Bump Go to v1.20.8
Browse files Browse the repository at this point in the history
Fixes CVE-2023-39318, CVE-2023-39319, CVE-2023-39320, CVE-2023-39321 and
CVE-2023-39322.

https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 04da6de)
(cherry picked from commit 8e79699)
(cherry picked from commit 700b761)
(cherry picked from commit fb554c4)
  • Loading branch information
twz123 authored and github-actions[bot] committed Sep 14, 2023
1 parent d81048c commit d506fc8
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.7
go_version = 1.20.8

runc_version = 1.1.9
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit d506fc8

Please sign in to comment.