diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1ccc2..12039ed 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.6.0 with: args: make test tests-go-1-14: @@ -26,7 +26,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/go1.14@1.6.0 with: args: make test tests-go-1-13: @@ -37,7 +37,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Run Tests - uses: cedrickring/golang-action/go1.13@1.5.1 + uses: cedrickring/golang-action/go1.13@1.6.0 with: args: make test coverage: @@ -49,7 +49,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Create Test Coverage - uses: cedrickring/golang-action@1.5.1 + uses: cedrickring/golang-action@1.6.0 with: args: make test-coverage - name: Upload Test Coverage