update to new syntax

This commit is contained in:
Andy McKay
2019-07-30 08:14:11 -07:00
parent 971e580b73
commit 2650f99c70
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
checkout: true use: actions/checkout@master
path: ${{ go.module-path }} path: ${{ go.module-path }}
- name: Get dependencies - name: Get dependencies