We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78692d8 commit cacd5a8Copy full SHA for cacd5a8
.github/workflows/release.yml
@@ -14,4 +14,3 @@ jobs:
14
- uses: cli/gh-extension-precompile@v2
15
with:
16
go_version_file: go.mod
17
-
.github/workflows/test.yml
@@ -25,6 +25,11 @@ jobs:
25
26
fetch-depth: 0
27
28
+ - uses: actions/setup-go@v5
29
+ with:
30
+ go-version-file: go.mod
31
+ - run: go version
32
+
33
- name: Build
34
run: make build
35
0 commit comments