Skip to content

Commit 1eca5ee

Browse files
committed
fix ci go version
1 parent 9fb57e6 commit 1eca5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: '1.21'
19+
go-version-file: go.mod
2020
- run: go version
2121
- run: go test -v -race ./...

0 commit comments

Comments
 (0)