Skip to content

Commit 7082bc9

Browse files
chore: bump actions/setup-go from 5.0.2 to 5.1.0 (#379)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b49e5a0 commit 7082bc9

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@0a44ba7841725637a19e28fa30b79a866c81b0a6
135135
with:
136136
node-version: 18.x
137-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
137+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
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@0a44ba7841725637a19e28fa30b79a866c81b0a6
246246
with:
247247
node-version: 18.x
248-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
248+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
249249
with:
250250
go-version: ^1.16.0
251251
- name: Download build artifacts

0 commit comments

Comments
 (0)