Closed timvaillancourt closed 11 months ago
Because of GitHub's "hack" to upload gh-ost binaries internally, we have to change "stretch" to "bullseye" in this line https://github.com/github/gh-ost/blob/679d39e5ce45c55415e656bd9de3c1137b34bf55/script/build-deploy-tarball#L34
Because of GitHub's "hack" to upload gh-ost binaries internally, we have to change "stretch" to "bullseye" in this line
@meiji163 makes sense. Updated 👍
Description
This PR updates the builds from
go1.17
->go1.21
(current stable). Also:golang
docker images are based onbullseye
instead ofstretch
golangci-lint
version was updated tov1.54.2
to supportgo1.21
io/ioutil
go mod tidy
andgo mod vendor
Finally, GitHub Actions were updated to
ubuntu-latest
, except the replica tests which had problems with MySQL 5.7 and linked libraries - I'm working on a new PR to fix thisscript/cibuild
returns with no formatting errors, build errors or unit test errors.