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 56c6a4c commit 9dee1c0Copy full SHA for 9dee1c0
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
- - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
+ - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
26
with:
27
go-version: "1.21"
28
- run: make test
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
- name: golangci-lint
0 commit comments