We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b4614 commit 13e33f7Copy full SHA for 13e33f7
1 file changed
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: "^1.22"
+ go-version-file: 'go.mod'
23
24
- name: Get dependencies
25
run: go mod download
0 commit comments