update minimum Go version to 1.19.7

This commit is contained in:
Marten Seemann 2023-03-08 14:29:08 +13:00
parent 7bc6185077
commit b77f2f09ab
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ executors:
golang:
docker:
# Must match GO_VERSION_MIN in project root
- image: cimg/go:1.18.8
- image: cimg/go:1.19.7
resource_class: medium+
golang-2xl:
docker:
# Must match GO_VERSION_MIN in project root
- image: cimg/go:1.18.8
- image: cimg/go:1.19.7
resource_class: 2xlarge
ubuntu:
docker:

View File

@ -1 +1 @@
1.18.8
1.19.7