Compare commits

..
1 Commits
Author SHA1 Message Date
Dustin Pianalto d3bbef1d7f Fix typo in workflow
CI / build (push) Has been cancelled
2021-01-20 21:40:29 -09:00
+2 -2
View File
@@ -21,10 +21,10 @@ jobs:
id: get_version
uses: battila7/get-version-action@v2.0.0
- name: Setup Golang 1.15
- name: Setup Golang 1.13
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.13
- name: Install go-bindata and build migrations
run: |