update pipeline to meet v1.0.0 standard

This commit is contained in:
6543 2023-07-31 05:24:14 +02:00
parent 276c549ebf
commit afbbefb22e
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862

View File

@ -1,7 +1,7 @@
variables: variables:
- &golang 'golang:1.18' - &golang 'golang:1.18'
pipeline: steps:
- name: vendor - name: vendor
image: *golang image: *golang
commands: go mod vendor commands: go mod vendor