Skip to content

Commit 76d4373

Browse files
committed
fix lint go version
1 parent 4180816 commit 76d4373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- run: go version
2828
- uses: actions/setup-go@v5
29+
with:
30+
go-version-file: ./go.mod
2931
- run: ./ci/lint.sh
3032

3133
test:

0 commit comments

Comments
 (0)