diff --git a/.woodpecker.yml b/.woodpecker.yml index 50da310..4a0e7ec 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ pipeline: build: - image: rust + image: go commands: - echo "LOL" test: - image: rust + image: go commands: - echo "LAL" \ No newline at end of file