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

This commit is contained in:
woodpecker-bot 2024-04-30 00:05:43 +00:00
parent ca9433e0ea
commit 18976bbc95

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