Pin go version in CI (#706)
This commit is contained in:
parent
84cbcd8f22
commit
868ecab54f
|
@ -154,7 +154,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.15.5'
|
go-version: '~1.15.5'
|
||||||
|
|
||||||
- name: Install p2pd
|
- name: Install p2pd
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -152,7 +152,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.15.5'
|
go-version: '~1.15.5'
|
||||||
|
|
||||||
- name: Install p2pd
|
- name: Install p2pd
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue