Skip to content

Commit 50249ea

Browse files
authored
Merge pull request #10 from AlphaOne1/dependabot/github_actions/actions/setup-go-5.5.0
Bump actions/setup-go from 5.4.0 to 5.5.0
2 parents 4d251d1 + 887274a commit 50249ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 1
3030

3131
- name: Install Go
32-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
32+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3333
with:
3434
go-version-file: go.mod
3535
check-latest: true
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install Go
5454
id: install_go
55-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
55+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5656
with:
5757
go-version-file: go.mod
5858
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 1
7979

8080
- name: Install Go
81-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
81+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8282
with:
8383
go-version-file: go.mod
8484
check-latest: true
@@ -115,7 +115,7 @@ jobs:
115115
# fetch-depth: 1
116116
#
117117
# - name: Install Go
118-
# uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
118+
# uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
119119
# with:
120120
# go-version-file: go.mod
121121
# check-latest: true

0 commit comments

Comments
 (0)