Skip to content

Commit cacd5a8

Browse files
committed
Use an explicit go version in workflows
1 parent 78692d8 commit cacd5a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ jobs:
1414
- uses: cli/gh-extension-precompile@v2
1515
with:
1616
go_version_file: go.mod
17-

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28+
- uses: actions/setup-go@v5
29+
with:
30+
go-version-file: go.mod
31+
- run: go version
32+
2833
- name: Build
2934
run: make build
3035

0 commit comments

Comments
 (0)