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 f19b8bf commit 00b7457Copy full SHA for 00b7457
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/checkout@v4
41
42
- name: Setup Go
43
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
44
with:
45
go-version: ${{ env.GO_VERSION }}
46
cache: false # The golangci-lint action does its own caching.
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments