From 0247d801b3dd1ef419ee33c3f4a8d05f3d4fc3a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:29:54 +0000 Subject: [PATCH] Update actions/setup-go digest to df1a117 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 0b72507..2506f02 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108 with: go-version: ${{ env.GO_VERSION }}