Skip to content

Commit 6688a97

Browse files
author
Cosmin Cojocar
committed
Fix the github action for Go 1.15
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 7234349 commit 6688a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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/go1.15@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)