fix pipeline

This commit is contained in:
crapStone 2023-11-16 00:20:01 +01:00
parent 9346dbfba9
commit 89d8cfae9e
No known key found for this signature in database
GPG Key ID: D74B82E7CDD863FE
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
steps: steps:
# use vendor to cache dependencies # use vendor to cache dependencies
vendor: vendor:
image: golang:1.20 image: golang:1.21
commands: commands:
- go mod vendor - go mod vendor