Skip to content

Commit 40a3b16

Browse files
chore: bump actions/setup-go from 5.0.0 to 5.0.1 (#281)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9eec24c commit 40a3b16

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
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
162162
with:
163163
node-version: 18.x
164-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
164+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
165165
with:
166166
go-version: ^1.16.0
167167
- name: Download build artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
232232
with:
233233
node-version: 18.x
234-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
234+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
235235
with:
236236
go-version: ^1.16.0
237237
- name: Download build artifacts

0 commit comments

Comments
 (0)