Skip to content

Commit

Permalink
Merge pull request #3912 from twz123/backport-3911-to-release-1.26
Browse files Browse the repository at this point in the history
[Backport release-1.26] Bump Go to v1.20.13
  • Loading branch information
twz123 authored Jan 11, 2024
2 parents 9e7f6e2 + 67bf595 commit 1f754b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.12
golang_buildimage=docker.io/library/golang:$(go_version)-alpine3.18
go_version = 1.20.13

runc_version = 1.1.11
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit 1f754b9

Please sign in to comment.