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 bcdf36e commit 0506401Copy full SHA for 0506401
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v4
36
- name: Set up Go
37
# NOTE: this action comes with caching by default
38
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
39
with:
40
go-version: "1.24"
41
cache-dependency-path: |
0 commit comments