Go 1.18 drop (#950)

This commit is contained in:
Alex Sharov 2023-03-23 10:18:53 +07:00 committed by GitHub
parent 2d37194405
commit c429214b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -31,13 +31,9 @@ jobs:
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 # fetch git tags for "git describe" fetch-depth: 0 # fetch git tags for "git describe"
- uses: actions/setup-go@v3 - uses: actions/setup-go@v4
with: with:
go-version: 1.18.x go-version: '1.19'
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Install deps - name: Install deps
if: matrix.os == 'ubuntu-20.04' if: matrix.os == 'ubuntu-20.04'

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ledgerwatch/erigon-lib module github.com/ledgerwatch/erigon-lib
go 1.18 go 1.19
require ( require (
github.com/ledgerwatch/interfaces v0.0.0-20230306115306-76f49663a127 github.com/ledgerwatch/interfaces v0.0.0-20230306115306-76f49663a127