This commit is contained in:
parent
36a3cd26ba
commit
3e98bd145a
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -21,15 +21,15 @@ jobs:
|
||||
id: get_version
|
||||
uses: battila7/get-version-action@v2.0.0
|
||||
|
||||
- name: Setup Golang 1.13
|
||||
- name: Setup Golang 1.15
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13
|
||||
go-version: 1.15
|
||||
|
||||
- name: Install go-bindata and build migrations
|
||||
env:
|
||||
GOPATH: /home/runner/work/Geeksbot/
|
||||
run: |
|
||||
pwd
|
||||
echo $(GOPATH)
|
||||
go get -u github.com/go-bindata/go-bindata/...
|
||||
go-bindata -pkg migrations -o $GITHUB_WORKSPACE/internal/database/migrations/bindata.go $GITHUB_WORKSPACE/internal/database/migrations/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user