We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 231b16f + 2a119cc commit 4003fbfCopy full SHA for 4003fbf
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: Setup Go
38
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
39
with:
40
go-version: ${{ env.GO_VERSION }}
41
cache: false # The golangci-lint action does its own caching.
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments