From 0c103df8a13ff2277b1f6ae71e00e2590587f3fe Mon Sep 17 00:00:00 2001 From: Denis Tingaikin Date: Sat, 27 Mar 2021 02:00:32 +0700 Subject: [PATCH] update go versions Signed-off-by: Denis Tingaikin --- .github/workflows/ci.yaml | 11 ++++++++--- go.mod | 2 +- go.sum | 1 - 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99680544c..b6560a83f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v1 with: - go-version: 1.13.4 + go-version: 1.16 - run: go mod tidy - name: Check for changes in go.mod or go.sum run: | @@ -93,7 +93,7 @@ jobs: access_token: ${{ github.token }} - uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.16 github-token: ${{ github.token }} - name: Set go env run: | @@ -117,6 +117,11 @@ jobs: run: | go test -count 1 -timeout 20m -race -v ./... working-directory: ${{ github.workspace }}/src/github.com/${{ github.repository }} + - uses: actions/upload-artifact@v2 + with: + name: Container logs + path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/logs + update-dependent-repositories: continue-on-error: true strategy: @@ -149,7 +154,7 @@ jobs: cat /tmp/commit-message - uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.16 - name: Get current integration-tests version id: get-integration-tests-version working-directory: ${{ github.repository }} diff --git a/go.mod b/go.mod index 86751e486..54355e58e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/networkservicemesh/integration-k8s-kind -go 1.15 +go 1.16 require ( github.com/networkservicemesh/integration-tests v0.0.0-20210326114021-23ec6a606230 diff --git a/go.sum b/go.sum index 5803878da..0f2fd4b50 100644 --- a/go.sum +++ b/go.sum @@ -8,7 +8,6 @@ github.com/networkservicemesh/integration-tests v0.0.0-20210326114021-23ec6a6062 github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=