use Go 1.16 in the linting workflow, run go mod tidy using Go 1.16

This commit is contained in:
Marten Seemann
2021-03-05 13:28:37 +08:00
parent 3b916f2e80
commit 3a41dd00d3
2 changed files with 1 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.15.x"
go-version: "1.16.x"
- name: Check that no non-test files import Ginkgo or Gomega
run: .github/workflows/no_ginkgo.sh
- name: Check that go.mod is tidied