Skip to content

Commit feea8bb

Browse files
author
Cosmin Cojocar
committed
Fix the action tag
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 6688a97 commit feea8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.5.1
1919
with:
2020
args: make test
2121
tests-go-1-14:

0 commit comments

Comments
 (0)