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