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 9a877db commit 879edbeCopy full SHA for 879edbe
.github/workflows/build_test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
- name: Setup Go
24
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
25
with:
26
go-version: '1.23'
27
- name: Install dependencies
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
fetch-depth: 0
30
31
32
33
go-version: ${{ env.GO_VERSION }}
34
cache: false
0 commit comments