Merge pull request #24 from mmoscher/master

Fix arguments for go-sample workflow in step checkout
This commit is contained in:
Mike Coutermarsh
2019-08-13 09:47:31 -07:00
committed by GitHub
+1
View File
@@ -15,6 +15,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@master
with:
path: ${{ go.module-path }}
- name: Get dependencies