mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 13:34:26 +00:00
Pin go version in CI (#706)
This commit is contained in:
parent
84cbcd8f22
commit
868ecab54f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -154,7 +154,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.15.5'
|
||||
go-version: '~1.15.5'
|
||||
|
||||
- name: Install p2pd
|
||||
run: |
|
||||
|
2
.github/workflows/multi_nim.yml
vendored
2
.github/workflows/multi_nim.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.15.5'
|
||||
go-version: '~1.15.5'
|
||||
|
||||
- name: Install p2pd
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user