We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6825528 + 5be246a commit ea3f4f6Copy full SHA for ea3f4f6
.github/workflows/golangci-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
21
with:
22
go-version: '1.21.x'
23
cache: false
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: download go mods
0 commit comments