From a1e8586e8318d419278c65fccdfe15eae20cbf00 Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Mon, 7 Aug 2023 08:25:14 +0000 Subject: [PATCH] Update Go version to 1.19.12 Signed-off-by: NikitaSkrynnik --- .github/workflows/ci.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fc348db9..6d7ce1002 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v1 with: - go-version: 1.20.5 + go-version: 1.19.12 - run: | go test -coverprofile=coverage-${{ matrix.os }}.txt -covermode=atomic -race ./... - name: Upload coverage reports to Codecov with GitHub Action diff --git a/go.mod b/go.mod index 777f5e93a..726e1f44c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/networkservicemesh/sdk -go 1.20 +go 1.19 require ( github.com/RoaringBitmap/roaring v0.9.4