mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 12:31:21 +00:00
Go 1.18 drop (#950)
This commit is contained in:
parent
2d37194405
commit
c429214b84
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -31,13 +31,9 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0 # fetch git tags for "git describe"
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
go-version: '1.19'
|
||||
|
||||
- name: Install deps
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
|
Loading…
Reference in New Issue
Block a user