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

This commit is contained in:
Moritz Marquardt 2023-08-27 11:10:55 +02:00
parent b7bf745863
commit 5a6f415428
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