You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/10/13 14:11:38 UTC

[skywalking-cli] branch snapshot-docker created (now 38bfc04)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch snapshot-docker
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


      at 38bfc04  Set correct Go version in publishing snapshot docker image

This branch includes the following new commits:

     new 38bfc04  Set correct Go version in publishing snapshot docker image

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-cli] 01/01: Set correct Go version in publishing snapshot docker image

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch snapshot-docker
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 38bfc041dfdb3e88186849c3fc77b26aeb4fb3b0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Oct 13 22:11:29 2021 +0800

    Set correct Go version in publishing snapshot docker image
---
 .github/workflows/publish-docker.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index a987c85..6eda3e0 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -40,6 +40,10 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: true
+      - name: Set up Go 1.16
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.16
       - name: Log in to the Container registry
         uses: docker/login-action@v1.10.0
         with: