Updated Go lang to 1.17.1 version

This commit is contained in:
Alexey Pustovalov 2021-09-14 12:35:54 +02:00
parent 968e70e576
commit 4acb3dd810

View File

@ -106,7 +106,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 (${{ github.event_name }})
if: github.event_name == 'push'