vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

Checkout code earlier in Assign Milestone CI #16853

Closed timvaillancourt closed 1 month ago

timvaillancourt commented 1 month ago

Description

This PR addresses this CI failure in Assign Milestone CI, due to go.mod now being required to get a golang version:

Error: The specified go version file at: go.mod does not exist

This regression/bug was introduced by https://github.com/vitessio/vitess/pull/16841

Related Issue(s)

Checklist

vitess-bot[bot] commented 1 month ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility

shlomi-noach commented 1 month ago

Thank you!