build with go1.16 (#6213)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Alessio Treglia
2021-03-05 15:59:25 +00:00
committed by GitHub
co-authored by Marko
parent 5a7ac0abdb
commit d27cc6e5e9
7 changed files with 12 additions and 12 deletions
+3 -3
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