From f4c22b62257355d74bcba7a1e922df1a7823f7ec Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 21 Jan 2025 08:57:21 +0000 Subject: [PATCH] Update actions/setup-go action to v5.3.0 Signed-off-by: Mend Renovate --- .github/workflows/operator.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index f79e15140..0ce820112 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GO_VERSION }} @@ -155,7 +155,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GO_VERSION }} @@ -212,7 +212,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GO_VERSION }} @@ -256,7 +256,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GO_VERSION }}