Skip to content

Commit

Permalink
update go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 26, 2021
1 parent 472a861 commit 0c103df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0c103df

Please sign in to comment.