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

This commit is contained in:
woodpecker-bot 2024-05-01 00:04:28 +00:00
parent 56d44609ea
commit 00ecd4e48a
1 changed files with 1 additions and 1 deletions

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