diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2443b92..0b1ccc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Run Tests - uses: cedrickring/golang-action/1.5.1 + uses: cedrickring/golang-action@1.5.1 with: args: make test tests-go-1-14: