Skip to content

Commit

Permalink
Bump go to v1.19.7
Browse files Browse the repository at this point in the history
https://groups.google.com/g/golang-announce/c/3-TpUx48iQY
https://go.dev/doc/devel/release#go1.19.7

Fixes:

* CVE-2023-24532 golang/go#58647

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit f30574e)
  • Loading branch information
twz123 authored and github-actions[bot] committed Mar 16, 2023
1 parent 8295e8a commit 38ab613
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.16
alpine_patch_version = $(alpine_version).3
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.19.6
go_version = 1.19.7

runc_version = 1.1.4
runc_buildimage = golang:$(go_version)-alpine3.16
Expand Down

0 comments on commit 38ab613

Please sign in to comment.