Skip to content

Commit cb029da

Browse files
Bump actions/setup-go from 6.1.0 to 6.2.0 (#989)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
1 parent ee82daa commit cb029da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: ${{ env.WORKING_DIR }}
5454

5555
- name: Update Go version using setup-go
56-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
56+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5757
if: matrix.go != 'tip'
5858
with:
5959
# Include cache directives to allow proper caching. Without them, we
@@ -63,7 +63,7 @@ jobs:
6363
cache-dependency-path: '**/go.sum'
6464

6565
- name: Install Go bootstrap compiler
66-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
66+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6767
if: matrix.go == 'tip'
6868
with:
6969
# Bootstrapping go tip requires 1.24
@@ -129,7 +129,7 @@ jobs:
129129
path: ${{ env.WORKING_DIR }}
130130

131131
- name: Update Go version using setup-go
132-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
132+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
133133
if: matrix.go != 'tip'
134134
with:
135135
# Include cache directives to allow proper caching. Without them, we
@@ -139,7 +139,7 @@ jobs:
139139
cache-dependency-path: '**/go.sum'
140140

141141
- name: Install Go bootstrap compiler
142-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
142+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
143143
if: matrix.go == 'tip'
144144
with:
145145
# Bootstrapping go tip requires 1.24
@@ -222,7 +222,7 @@ jobs:
222222
path: ${{ env.WORKING_DIR }}
223223

224224
- name: Update Go version using setup-go
225-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
225+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
226226
with:
227227
# Include cache directives to allow proper caching. Without them, we
228228
# get setup-go "Restore cache failed" warnings.

0 commit comments

Comments
 (0)