Skip to content

Commit d9a5645

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go ${{ matrix.go-version }}
2828
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
2929
with:
30-
go-version: '1.25'
30+
go-version: '1.25.x'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/mingo_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go ${{ matrix.go-version }}
2828
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
2929
with:
30-
go-version: '1.19'
30+
go-version: '1.19.x'
3131

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)