fix:go version
This commit is contained in:
parent
edb8f51fd0
commit
d75b2ce7d6
|
@ -40,10 +40,10 @@ jobs:
|
||||||
name: Backend build
|
name: Backend build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.14
|
- name: Set up Go 1.15
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.15
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out branch
|
- name: Check out branch
|
||||||
|
|
Loading…
Reference in New Issue