From e030aa4f768b61b7259c1bd7e938ded0f075e453 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 30 Mar 2020 13:20:59 +0200 Subject: [PATCH] Remove the go 1.14 version from github action It seems to fail when starting the action. Signed-off-by: Cosmin Cojocar --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48b36a2..84f141e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Run Tests - uses: cedrickring/golang-action/go1.14@1.5.1 + uses: cedrickring/golang-action@1.5.1 with: args: make test tests-go-1-13: