Skip to content

Commit eb9872f

Browse files
committed
use go-version-file
1 parent f5e5dba commit eb9872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cache Go dependencies
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: '1.21'
35+
go-version-file: ./go.mod
3636

3737
- name: Execute unit test
3838
run: make test

0 commit comments

Comments
 (0)