Update golang Docker tag to v1.24
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-12 19:02:09 +00:00
parent 39fe6d54dc
commit c7b6759213
2 changed files with 2 additions and 2 deletions

View File

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