Skip to content

Commit fc31438

Browse files
Bump actions/setup-go from 5.2.0 to 5.3.0 (#927)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 077ca0a commit fc31438

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: ${{ env.WORKING_DIR }}
5050

5151
- name: Update Go version using setup-go
52-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
52+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5353
if: matrix.go != 'tip'
5454
with:
5555
# Include cache directives to allow proper caching. Without them, we
@@ -59,7 +59,7 @@ jobs:
5959
cache-dependency-path: '**/go.sum'
6060

6161
- name: Install Go bootstrap compiler
62-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
62+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6363
if: matrix.go == 'tip'
6464
with:
6565
# Bootstrapping go tip requires 1.22.6
@@ -123,7 +123,7 @@ jobs:
123123
path: ${{ env.WORKING_DIR }}
124124

125125
- name: Update Go version using setup-go
126-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
126+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
127127
if: matrix.go != 'tip'
128128
with:
129129
# Include cache directives to allow proper caching. Without them, we
@@ -133,7 +133,7 @@ jobs:
133133
cache-dependency-path: '**/go.sum'
134134

135135
- name: Install Go bootstrap compiler
136-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
136+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
137137
if: matrix.go == 'tip'
138138
with:
139139
# Bootstrapping go tip requires 1.22.6
@@ -213,7 +213,7 @@ jobs:
213213
path: ${{ env.WORKING_DIR }}
214214

215215
- name: Update Go version using setup-go
216-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
216+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
217217
with:
218218
# Include cache directives to allow proper caching. Without them, we
219219
# get setup-go "Restore cache failed" warnings.

0 commit comments

Comments
 (0)