Fix CI pipeline (replace "pipeline" with "steps")
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Moritz Marquardt 2023-08-27 11:10:55 +02:00
commit ff3cd1ba35

View file

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