Skip to content

Commit

Permalink
Bump Go to v1.20.9
Browse files Browse the repository at this point in the history
https://groups.google.com/g/golang-announce/c/XBa1oHDevAo/m/desYyx3qAgAJ

Fixes CVE-2023-39323.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit c1deb91)
(cherry picked from commit 27c683e)
  • Loading branch information
twz123 committed Oct 12, 2023
1 parent 621e6c0 commit 72b2fab
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)-alpine3.18
go_version = 1.20.8
go_version = 1.20.9

runc_version = 1.1.9
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit 72b2fab

Please sign in to comment.