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.
2 parents 7d79b29 + f33c762 commit cd35656Copy full SHA for cd35656
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Run actions/checkout
14
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- name: Run actions/setup-go
16
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
17
with:
18
go-version-file: "go.mod"
19
cache: true
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments