From fe97fa79bfadaf2655da5cf3fefe918ef9f29b2e Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 14 Sep 2021 12:36:08 +0200 Subject: [PATCH] Updated Go lang to 1.17.1 version --- .github/workflows/build_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index de18213d5..ddaefda7c 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -236,7 +236,7 @@ jobs: run: | platform_list=$(jq -r '.os.${{ matrix.os }} | join(",")' "./build.xml") - echo ::set-output name=list::${DOCKER_PLATFORM} + echo ::set-output name=list::$platform_list - name: Prepare environment (push) if: github.event_name == 'push'