Skip to content

Commit f1f527f

Browse files
committed
fix(ci): fetch go version from go.mod file
1 parent 2341bcd commit f1f527f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Set up Go compiler
4848
uses: actions/setup-go@v3
4949
with:
50+
go-version-file: go.mod
5051
check-latest: true
5152

5253
- name: Fetch version from git history

0 commit comments

Comments
 (0)