Fix CI pipeline (replace "pipeline" with "steps")

This commit is contained in:
Moritz Marquardt 2023-08-27 11:10:55 +02:00
parent 56d3e291c4
commit ff3cd1ba35
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pipeline:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.20