Skip to content

Commit 2ddcbee

Browse files
committed
fixup! fixup! Update golang dep (bsc#1266481)
1 parent 5eb9b9f commit 2ddcbee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
28+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
2929
with:
3030
go-version: '1.25'
3131

.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@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
2929
with:
30-
go-version: '1.19.0'
30+
go-version: '1.19'
3131

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)