Browse Source

build with go1.16 (#6213)

Co-authored-by: Marko <marbar3778@yahoo.com>
pull/6220/head
Alessio Treglia 3 years ago
committed by GitHub
parent
commit
d27cc6e5e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions
  1. +3
    -3
      .github/workflows/coverage.yml
  2. +1
    -1
      .github/workflows/e2e-nightly-34x.yml
  3. +1
    -1
      .github/workflows/e2e-nightly-master.yml
  4. +1
    -1
      .github/workflows/e2e.yml
  5. +1
    -1
      .github/workflows/fuzz-nightly.yml
  6. +1
    -1
      .github/workflows/release.yml
  7. +4
    -4
      .github/workflows/tests.yml

+ 3
- 3
.github/workflows/coverage.yml View File

@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
@ -81,7 +81,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: test & coverage report creation
run: |
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 8m -race -coverprofile=${{ matrix.part }}profile.out -covermode=atomic


+ 1
- 1
.github/workflows/e2e-nightly-34x.yml View File

@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- uses: actions/checkout@v2
with:


+ 1
- 1
.github/workflows/e2e-nightly-master.yml View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- uses: actions/checkout@v2


+ 1
- 1
.github/workflows/e2e.yml View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:


+ 1
- 1
.github/workflows/fuzz-nightly.yml View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- uses: actions/checkout@v2


+ 1
- 1
.github/workflows/release.yml View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- run: echo https://github.com/tendermint/tendermint/blob/${GITHUB_REF#refs/tags/}/CHANGELOG.md#${GITHUB_REF#refs/tags/} > ../release_notes.md
if: startsWith(github.ref, 'refs/tags/')


+ 4
- 4
.github/workflows/tests.yml View File

@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
@ -120,7 +120,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:


Loading…
Cancel
Save