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 197d5e6 commit 6a41723Copy full SHA for 6a41723
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- uses: actions/setup-go@v6
15
with:
16
- go-version-file: go.mod
+ go-version: "^1.24.6"
17
18
- name: Build
19
run: |
0 commit comments