From 9d7a7f6e0e4b3a3df14492dc656166032c356ace Mon Sep 17 00:00:00 2001 From: "netic-renovate[bot]" <207156494+netic-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:52:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 4b73464 --- .github/workflows/go-cd.yaml | 2 +- .github/workflows/go-ci.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-cd.yaml b/.github/workflows/go-cd.yaml index 54965cd..d2932b3 100644 --- a/.github/workflows/go-cd.yaml +++ b/.github/workflows/go-cd.yaml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 86b4278..1f3dd17 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used