1.24 upgrade
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-03-30 15:36:04 -04:00
parent 813f8a43b2
commit 94de300e16
4 changed files with 30 additions and 216 deletions

View File

@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.23
image: golang:1.24
commands:
- go test ./...
build: