Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The GitHub action we use is downloading the go source code to the project's checked out clone. This is causing our `GitTreeState` to always report as "dirty." The file in question is always named `go-linux.tar.gz` (even on Windows and Mac), since this is incorrect we can preemptively remove the tar using a glob.
- Loading branch information