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
+1 -1
View File
@@ -1,7 +1,7 @@
variables:
- &golang 'golang:1.18'
pipeline:
steps:
- name: vendor
image: *golang
commands: go mod vendor