From 1d64aceb3023d2031d30651b3a1859314a7d216a Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 14 Sep 2021 12:32:43 +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 4a240c34a..538a912ca 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -71,7 +71,7 @@ jobs: run: | component_list=$(jq -r '.components | keys | [ .[] | tostring ] | @json' "./build.xml") - echo "::set-output name=list::$component_list" + echo "::set-output name=list::$component_list" build_base: timeout-minutes: 70