Update golang Docker tag to v1.26
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-13 19:00:45 +00:00
parent e5d7ccf15a
commit 533d52bc04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.25
image: golang:1.26
commands:
- go test ./...
build: