From 6c0f0e411b3d7bdf98d8861ee37c08baad94960a Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <141540558+renovate-for-tknetworks[bot]@users.noreply.github.enterprise.com> Date: Wed, 10 Jul 2024 22:10:03 +0000 Subject: [PATCH] fix(deps): update actions/setup-go digest to 0a12ed9 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b384e86..54b2213 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Go - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 with: go-version: '${{ env.GO_VERSION }}' id: go @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Go - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 with: go-version: '${{ env.GO_VERSION }}' id: go