File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717ARG XX_VERSION="1.2.1"
1818ARG DEBIAN_FRONTEND="noninteractive"
1919
20- # https://github.com/containerd/containerd/blob/main/. github/workflows/ci.yml#L132
20+ # https://github.com/containerd/containerd/blob/release/1.7/. github/workflows/ci.yml#L127
2121ARG MD2MAN_VERSION="v2.0.2"
2222
2323# common args
2424ARG GO_IMAGE="golang"
25- ARG GO_VERSION="1.20.3 "
25+ ARG GO_VERSION="1.20.10 "
2626ARG GO_IMAGE_VARIANT="bullseye"
2727ARG PKG_RELEASE="debian11"
2828ARG PKG_TYPE="deb"
Original file line number Diff line number Diff line change 1414
1515include ../../common/vars.mk
1616
17- # https://github.com/containerd/containerd/blob/main /.github/workflows/release.yml#L16
18- export GO_VERSION = 1.20.3
17+ # https://github.com/containerd/containerd/blob/release/1.7 /.github/workflows/release.yml#L16
18+ export GO_VERSION = 1.20.10
1919
2020DESTDIR ?= $(BASEDIR ) /bin
2121BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ variable "GO_IMAGE" {
4343 default = " golang"
4444}
4545variable "GO_VERSION" {
46- default = " 1.20.3 "
46+ default = " 1.20.10 "
4747}
4848variable "GO_IMAGE_VARIANT" {
4949 default = " bullseye"
You can’t perform that action at this time.
0 commit comments