fix dumb indentation error

main
Ajitem Sahasrabuddhe 5 years ago
parent fb0d7af151
commit f4f10b5c16

@ -29,9 +29,9 @@ jobs:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- name: Use Node.js 10.x - name: Use Node.js 10.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 10.x node-version: 10.x
- name: Set GOPATH and PATH - name: Set GOPATH and PATH
run: | run: |

Loading…
Cancel
Save