Closed dveeden closed 3 years ago
The Integration Test output currently has this:
note: module requires Go 1.16
This changes the container image used by CI
This is basically a copy of #1238 as I can't reopen that one.
/LGTM
CI is failing? @dveeden
I've added a go mod tidy to "fix" the missing entries in go.sum.
go mod tidy
go.sum
What problem does this PR solve?
The Integration Test output currently has this:
This changes the container image used by CI
This is basically a copy of #1238 as I can't reopen that one.