Skip to content

Commit 7de8d2e

Browse files
committed
chore: add go-version-file to setup-go action in workflow
1 parent fce45a2 commit 7de8d2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23+
go-version-file: go.mod
2324
check-latest: true
2425
cache: true
2526

0 commit comments

Comments
 (0)