From 6688a9766143d8bbb909867dd0a48fe6260694f8 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 31 Aug 2020 09:25:39 +0200 Subject: [PATCH] Fix the github action for Go 1.15 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 7e0b28b..2443b92 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/go1.15@1.5.1 + uses: cedrickring/golang-action/1.5.1 with: args: make test tests-go-1-14: