Updated Go lang to 1.17.1 version

This commit is contained in:
Alexey Pustovalov 2021-09-14 13:58:32 +02:00
parent fe97fa79bf
commit 830c084048

View File

@ -108,6 +108,25 @@ jobs:
echo ::set-output name=list::$platform_list
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{ version }}
type=semver,pattern={{ major }}.{{ minor }}
type=raw,value=${{ matrix.os }}-{{ branch }}
type=raw,value=${{ branch }}-${{ matrix.os }}
type=pep440,pattern={{version}},
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=push,prefix=${{ matrix.os }}-
type=ref,event=push,suffix=-${{ matrix.os }}
- name: Prepare environment (${{ github.event_name }})
if: github.event_name == 'push'
id: prepare_push