Fix typo in workflow

development v0.0.9
DustyP 5 years ago
parent bec8f37fa5
commit d3bbef1d7f

@ -21,10 +21,10 @@ jobs:
id: get_version id: get_version
uses: battila7/get-version-action@v2.0.0 uses: battila7/get-version-action@v2.0.0
- name: Setup Golang 1.15 - name: Setup Golang 1.13
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.15 go-version: 1.13
- name: Install go-bindata and build migrations - name: Install go-bindata and build migrations
run: | run: |

Loading…
Cancel
Save