Skip to content

Commit ced8e99

Browse files
chore: bump actions/setup-go from 5.1.0 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a52bb2 commit ced8e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
135135
with:
136136
node-version: 18.x
137-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
137+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
138138
with:
139139
go-version: ^1.16.0
140140
- name: Download build artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
246246
with:
247247
node-version: 18.x
248-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
248+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
249249
with:
250250
go-version: ^1.16.0
251251
- name: Download build artifacts

0 commit comments

Comments
 (0)