Skip to content

Commit 78692d8

Browse files
committed
Respect go version in go.mod
1 parent f0c5553 commit 78692d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: cli/gh-extension-precompile@v2
15+
with:
16+
go_version_file: go.mod
17+

0 commit comments

Comments
 (0)