aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-02-23 14:12:00 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-23 14:12:00 +0100
commit908622a664a144bd7fc35d93de4b21fa1adcecdb (patch)
treeb7c1ef5e1d2e1aa11ff4b13e5b1556c887361279
parentf9b98a1d063b4f9520252a2c65f41fa0eb1e6bc5 (diff)
downloadcoredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.tar.gz
coredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.tar.zst
coredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.zip
Fix go-test yaml (#4481)
unsure why this only pops up, but the yaml was not correct for this workflow. Randomly added whitespace until it parsed as proper yaml Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--.github/workflows/go.test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml
index d88047d7e..d0b64d51d 100644
--- a/.github/workflows/go.test.yml
+++ b/.github/workflows/go.test.yml
@@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Install dependencies
+ - name: Install dependencies
run: |
sudo apt-get install make curl