Skip to content

Commit 1469980

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

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: "1.24.2"
19+
go-version: "stable"
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: "1.24.2"
30+
go-version: "stable"
3131
- run: |
3232
go clean -modcache
3333
make build

0 commit comments

Comments
 (0)