Fix the action tag

Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
Cosmin Cojocar 2020-08-31 09:28:19 +02:00
parent 6688a97661
commit feea8bb243

View file

@ -15,7 +15,7 @@ jobs:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run Tests - name: Run Tests
uses: cedrickring/golang-action/1.5.1 uses: cedrickring/golang-action@1.5.1
with: with:
args: make test args: make test
tests-go-1-14: tests-go-1-14: