From c429214b8410fb1672b2bb5febbfa1e259d4a3f3 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Thu, 23 Mar 2023 10:18:53 +0700 Subject: [PATCH] Go 1.18 drop (#950) --- .github/workflows/ci.yml | 8 ++------ go.mod | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c3ea7f2d..12111fa2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/go.mod b/go.mod index 6ac167ef3..5a1fa66fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ledgerwatch/erigon-lib -go 1.18 +go 1.19 require ( github.com/ledgerwatch/interfaces v0.0.0-20230306115306-76f49663a127