chore(deps): update golang docker tag to v1.22

This commit is contained in:
woodpecker-bot 2024-04-29 00:10:13 +00:00
parent 8cba7f9c8a
commit 1718d42316

View File

@ -11,7 +11,7 @@ depends_on:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.21
image: golang:1.22
commands:
- go mod vendor