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

[skywalking-cli] branch master updated: Set correct Go version in publishing snapshot docker image (#124)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b902551  Set correct Go version in publishing snapshot docker image (#124)
b902551 is described below

commit b90255132f916f53eb90955cc8a6445b03a4bec3
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Oct 13 22:49:17 2021 +0800

    Set correct Go version in publishing snapshot docker image (#124)
---
 .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: