Skip to content

Commit cbba578

Browse files
chore: bump actions/setup-go from 5.4.0 to 5.5.0 (#449)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: maastha <[email protected]>
1 parent 5282abc commit cbba578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
permissions: {}
106106
steps:
107-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
107+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
108108
with:
109109
go-version: ^1.16.0
110110
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Setup .NET
3737
with:
3838
dotnet-version: 9.0.x
39-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
39+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4040
name: Setup Go
4141
with:
4242
go-version: ^1.16.0
@@ -233,7 +233,7 @@ jobs:
233233
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
234234
with:
235235
node-version: 18.x
236-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
236+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
237237
with:
238238
go-version: ^1.16.0
239239
- name: Download build artifacts

0 commit comments

Comments
 (0)