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