use Go 1.18 on CI

This commit is contained in:
Marten Seemann
2022-03-16 10:10:47 +04:00
parent 36977dd528
commit 366097106c
11 changed files with 83 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.17.x"
go-version: "1.18.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