Skip to content

Commit 1bff79e

Browse files
committed
ci: also bump benchmark job Go to 1.25
1 parent b6e83f2 commit 1bff79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: "1.24"
42+
go-version: "1.25"
4343

4444
- name: Run benchmarks
4545
run: go test -bench=. -benchmem ./... -run=^# | tee output.txt

0 commit comments

Comments
 (0)