ci: fix Go version to 1.25 for tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-05 22:37:11 -07:00
parent e76567d84d
commit 219ccf23d0

View File

@ -10,7 +10,7 @@ variables:
steps:
# Run tests first
test:
image: golang:1.22-alpine
image: golang:1.25-alpine
commands:
- apk add --no-cache git
- go test ./...