This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git
The following commit(s) were added to refs/heads/main by this push:
new 8d55340 add golang 1.21, 1.22 compatibility for docker image (#170)
8d55340 is described below
commit 8d553403535ca8157fc4f84e0ecae9a097df49bc
Author: Sergey Nosenko <[email protected]>
AuthorDate: Wed Feb 14 15:27:14 2024 +0200
add golang 1.21, 1.22 compatibility for docker image (#170)
Co-authored-by: Sergey Nosenko <[email protected]>
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e9a9279..c0368b0 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ release:
/bin/sh tools/release/create_bin_release.sh
/bin/sh tools/release/create_source_release.sh
-base.all := go1.16 go1.17 go1.18 go1.19 go1.20
+base.all := go1.16 go1.17 go1.18 go1.19 go1.20 go1.21 go1.22
base.each = $(word 1, $@)
base.image.go1.16 := golang:1.16
@@ -104,6 +104,8 @@ base.image.go1.17 := golang:1.17
base.image.go1.18 := golang:1.18
base.image.go1.19 := golang:1.19
base.image.go1.20 := golang:1.20
+base.image.go1.21 := golang:1.21
+base.image.go1.22 := golang:1.22
docker.%: PLATFORMS =
docker.%: LOAD_OR_PUSH = --load