Skip to content

Commit 922869e

Browse files
committed
update missing golang dep
1 parent 425f4bc commit 922869e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2929
with:
30-
go-version: '1.22'
30+
go-version: '1.24'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/mingo_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2929
with:
30-
go-version: '1.19'
30+
go-version: '1.24'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup Go ${{ matrix.go-version }}
25-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
25+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2626
with:
2727
go-version: '1.24'
2828
check-latest: true

0 commit comments

Comments
 (0)