We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e80df8 + 9b07682 commit b921f9bCopy full SHA for b921f9b
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23'
+ go-version-file: go.mod
19
- name: Build
20
run: go build -v ./...
0 commit comments