Update golang dependencies (#503)

This commit is contained in:
Faizan Ahmad
2023-08-06 09:09:10 +02:00
committed by GitHub
parent f9f41e65fc
commit 9323d10f6d
4 changed files with 67 additions and 348 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ env:
jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.44
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.45
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: README.md docs
@@ -156,7 +156,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message-success: '@${{ github.actor }} Image is available for testing. `docker pull ghcr.io/${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}`'
message-success: '@${{ github.actor }} Image is available for testing. `docker pull ghcr.io/${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}`'
message-failure: '@${{ github.actor }} Yikes! You better fix it before anyone else finds out! [Build](https://github.com/${{ github.repository }}/commit/${{ github.event.pull_request.head.sha }}/checks) has Failed!'
allow-repeats: true