Skip to content

Commit ed7ad65

Browse files
committed
Change CI to use Go stable
1 parent 632b535 commit ed7ad65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.24
22+
go-version: stable
23+
check-latest: true
2324

2425
- name: Test
2526
run: go test -v ./...

0 commit comments

Comments
 (0)