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: