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 65495e0 commit 7939d1cCopy full SHA for 7939d1c
1 file changed
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Go
12
uses: actions/setup-go@v5
13
with:
14
- go-version: '1.26.4'
+ go-version-file: 'go.mod'
15
- name: Display Go version
16
run: go version
17
- name: Build Dependencies
0 commit comments