We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383368d commit 9709c4dCopy full SHA for 9709c4d
.github/workflows/test-output-validity.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Go
24
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
25
with:
26
- go-version: 'stable'
+ go-version-file: ./go.mod
27
28
- name: Build
29
run: make
0 commit comments