Skip to content

Commit 99c5740

Browse files
committed
fix: tests after review
1 parent 69af073 commit 99c5740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: "stable"
19+
go-version: "1.24.2"
2020
- run: |
2121
go clean -modcache
2222
make test
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-go@v6
2929
with:
30-
go-version: "stable"
30+
go-version: "1.24.2"
3131
- run: |
3232
go clean -modcache
3333
make build

0 commit comments

Comments
 (0)