Skip to content

Commit 78ce2b1

Browse files
authored
Merge pull request #178 from crazy-max/containerd-1.7_bump-go
[containerd/1.7] bump go to 1.20.10
2 parents 3262cc5 + 056f738 commit 78ce2b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pkg/containerd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
ARG XX_VERSION="1.2.1"
1818
ARG 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
2121
ARG MD2MAN_VERSION="v2.0.2"
2222

2323
# common args
2424
ARG GO_IMAGE="golang"
25-
ARG GO_VERSION="1.20.3"
25+
ARG GO_VERSION="1.20.10"
2626
ARG GO_IMAGE_VARIANT="bullseye"
2727
ARG PKG_RELEASE="debian11"
2828
ARG PKG_TYPE="deb"

pkg/containerd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
include ../../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

2020
DESTDIR ?= $(BASEDIR)/bin
2121
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl

pkg/containerd/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "GO_IMAGE" {
4343
default = "golang"
4444
}
4545
variable "GO_VERSION" {
46-
default = "1.20.3"
46+
default = "1.20.10"
4747
}
4848
variable "GO_IMAGE_VARIANT" {
4949
default = "bullseye"

0 commit comments

Comments
 (0)