We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811473f + f7bb565 commit 3d0da8aCopy full SHA for 3d0da8a
.github/workflows/static-analysis.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
19
- name: Install Go
20
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.0.2
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.0.2
21
with:
22
go-version: '1.24'
23
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
24
25
26
27
go-version: ${{ matrix.go-version }}
28
0 commit comments