pingcap / parser

A MySQL Compatible SQL Parser
Apache License 2.0
1.41k stars 489 forks source link

CI: Use Go 1.16 instead of Go 1.13 #1241

Closed dveeden closed 3 years ago

dveeden commented 3 years ago

What problem does this PR solve?

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.

tiancaiamao commented 3 years ago

/LGTM

tiancaiamao commented 3 years ago

CI is failing? @dveeden

dveeden commented 3 years ago

I've added a go mod tidy to "fix" the missing entries in go.sum.