Skip to content

Commit ea0fa28

Browse files
author
Cosmin Cojocar
committed
Update the Github go action version to 1.6.0
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent feea8bb commit ea0fa28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Source
1616
uses: actions/checkout@v2
1717
- name: Run Tests
18-
uses: cedrickring/golang-action@1.5.1
18+
uses: cedrickring/golang-action@1.6.0
1919
with:
2020
args: make test
2121
tests-go-1-14:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Source
2727
uses: actions/checkout@v2
2828
- name: Run Tests
29-
uses: cedrickring/golang-action/go1.14@1.5.1
29+
uses: cedrickring/golang-action/go1.14@1.6.0
3030
with:
3131
args: make test
3232
tests-go-1-13:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout Source
3838
uses: actions/checkout@v2
3939
- name: Run Tests
40-
uses: cedrickring/golang-action/go1.13@1.5.1
40+
uses: cedrickring/golang-action/go1.13@1.6.0
4141
with:
4242
args: make test
4343
coverage:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout Source
5050
uses: actions/checkout@v2
5151
- name: Create Test Coverage
52-
uses: cedrickring/golang-action@1.5.1
52+
uses: cedrickring/golang-action@1.6.0
5353
with:
5454
args: make test-coverage
5555
- name: Upload Test Coverage

0 commit comments

Comments
 (0)