ci: fix Go version to 1.25 for tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e76567d84d
commit
219ccf23d0
@ -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 ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user