ci: also bump benchmark job Go to 1.25

This commit is contained in:
2026-05-22 23:37:46 +01:00
parent b6e83f2837
commit 1bff79e4f4
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: Run benchmarks
run: go test -bench=. -benchmem ./... -run=^# | tee output.txt