explicitily set the Go version in the linting workflow

This should be set to the most recent (stable) Go version that we
support.
This commit is contained in:
Marten Seemann
2020-12-30 13:03:56 +08:00
parent e2df1d9d15
commit 909c92a112

View File

@@ -4,7 +4,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: go install ./...
- uses: actions/setup-go@v2
with:
go-version: "1.15.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