Upgrade everything to go1.16 (#1539)

Co-authored-by: Ori Newman <orinewman1@gmail.com>
This commit is contained in:
Svarog
2021-02-21 09:17:21 +02:00
committed by GitHub
parent 06fd6f1b95
commit 5fa06fe7d7
9 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
# Source: https://github.com/actions/cache/blob/main/examples.md#go---modules
@@ -60,7 +60,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Create coverage file
run: go test -covermode=atomic -coverpkg=./... -coverprofile coverage.txt ./...