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

This commit is contained in:
2025-06-22 00:03:38 +00:00
parent ec3af84174
commit e7cf389370

View File

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