Skip to content

Commit fc14b54

Browse files
authored
Merge pull request #44 from AlphaOne1/dependabot/github_actions/actions/setup-go-6.0.0
Bump actions/setup-go from 5.5.0 to 6.0.0
2 parents 8bfa07b + b48271a commit fc14b54

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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
32+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
55+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
81+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
118+
# uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
119119
# with:
120120
# go-version-file: go.mod
121121
# check-latest: true

0 commit comments

Comments
 (0)