We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a1a8 commit fdfd748Copy full SHA for fdfd748
.github/workflows/ci.yaml
@@ -14,6 +14,8 @@ jobs:
14
15
- name: Setup Go
16
uses: actions/setup-go@v5
17
+ with:
18
+ go-version-file: go.mod
19
20
- name: Build
21
run: ./tools/mage build
.github/workflows/release.yaml
@@ -15,6 +15,8 @@ jobs:
22
0 commit comments