Skip to content

Commit 462353e

Browse files
authored
Merge pull request #888 from etcd-io/dependabot/github_actions/actions/setup-go-5.3.0
build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
2 parents 86835b2 + 539c456 commit 462353e

6 files changed

+7
-7
lines changed

.github/workflows/benchmark-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- id: goversion
2828
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3030
with:
3131
go-version: ${{ steps.goversion.outputs.goversion }}
3232
- name: Run Benchmarks

.github/workflows/failpoint_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
- id: goversion
1414
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
15-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
15+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1616
with:
1717
go-version: ${{ steps.goversion.outputs.goversion }}
1818
- run: |

.github/workflows/robustness_template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- id: goversion
2828
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3030
with:
3131
go-version: ${{ steps.goversion.outputs.goversion }}
3232
- name: test-robustness

.github/workflows/tests-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- id: goversion
2828
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3030
with:
3131
go-version: ${{ steps.goversion.outputs.goversion }}
3232
- run: make fmt

.github/workflows/tests_amd64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- id: goversion
2222
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
23-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
23+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2424
with:
2525
go-version: ${{ steps.goversion.outputs.goversion }}
2626
- run: make coverage

.github/workflows/tests_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- id: goversion
2424
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
25-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
25+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2626
with:
2727
go-version: ${{ steps.goversion.outputs.goversion }}
2828
- run: make fmt
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
- id: goversion
5353
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
54-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
54+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5555
with:
5656
go-version: ${{ steps.goversion.outputs.goversion }}
5757
- run: make coverage

0 commit comments

Comments
 (0)