From feea8bb243ce1f944611ab10e372a7eb3e9c001b Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 31 Aug 2020 09:28:19 +0200 Subject: [PATCH] Fix the action tag Signed-off-by: Cosmin Cojocar --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: