upgrade go
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2024-02-25 01:39:41 +00:00
parent 960b0b8766
commit e3e8d68c95
1 changed files with 1 additions and 1 deletions

View File

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