Bump golang compiler #1037

This commit is contained in:
Mike Farah 2021-12-21 09:38:28 +11:00
parent 59752fb36d
commit 8c2dd1af07
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.2'
go-version: '^1.17.5'
- name: Compile man page markup
id: gen-man-page-md
run: |
@ -102,6 +102,7 @@ jobs:
--label "org.opencontainers.image.url=https://mikefarah.gitbook.io/yq/" \
--label "org.opencontainers.image.version=${IMAGE_VERSION}" \
--platform "${PLATFORMS}" \
--pull \
--push \
-t "${IMAGE_NAME}:${IMAGE_VERSION}" \
-t "${IMAGE_NAME}:4" \