Updated Go lang to 1.17.1 version

This commit is contained in:
Alexey Pustovalov 2021-09-14 12:36:08 +02:00
parent 4acb3dd810
commit fe97fa79bf

View File

@ -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'