From 77588253dd8a603acfac593b98c69fa9f41e8a26 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Feb 2026 15:58:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.6.0 --- .github/workflows/ci_any_pr.yaml | 2 +- .github/workflows/ci_main_branch.yaml | 2 +- .github/workflows/go-lint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_any_pr.yaml b/.github/workflows/ci_any_pr.yaml index 84133ed2..2dcc56b2 100644 --- a/.github/workflows/ci_any_pr.yaml +++ b/.github/workflows/ci_any_pr.yaml @@ -94,7 +94,7 @@ jobs: src: - ${{ matrix.go-test-dir }}/** - if: steps.changes.outputs.src == 'true' - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version-file: ${{ matrix.go-test-dir }}/../go.mod - if: steps.changes.outputs.src == 'true' diff --git a/.github/workflows/ci_main_branch.yaml b/.github/workflows/ci_main_branch.yaml index 4ce6769b..770c6252 100644 --- a/.github/workflows/ci_main_branch.yaml +++ b/.github/workflows/ci_main_branch.yaml @@ -80,7 +80,7 @@ jobs: go-test-dir: ['anthos-bm-gcp-terraform/test/unit/'] steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version-file: ${{ matrix.go-test-dir }}/../go.mod - name: Golang unit tests diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index dbba8bd4..e239e7c9 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -41,7 +41,7 @@ jobs: - anthos-bm-gcp-terraform/test steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version-file: ${{ matrix.folder }}/go.mod cache-dependency-path: ${{ matrix.folder }}/go.sum