We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb9b9f commit 2ddcbeeCopy full SHA for 2ddcbee
2 files changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Setup Go ${{ matrix.go-version }}
28
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
+ uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
29
with:
30
go-version: '1.25'
31
.github/workflows/mingo_build.yml
@@ -25,9 +25,9 @@ jobs:
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
- go-version: '1.19.0'
+ go-version: '1.19'
32
- name: Install dependencies
33
run: |
0 commit comments