update CI to use Go 1.20

This commit is contained in:
Marten Seemann
2023-02-02 09:49:26 +13:00
parent 68c91c9a2b
commit 55891e2925
7 changed files with 17 additions and 7 deletions

View File

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