bump go version
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-19 10:14:57 -04:00
parent 98003f4cff
commit c7c0b68f9b
4 changed files with 18 additions and 78 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.24
image: golang:1.25
commands:
- go test ./...
build: