We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go
1 parent 909101a commit d220a20Copy full SHA for d220a20
.github/workflows/ci.yml
@@ -63,6 +63,8 @@ jobs:
63
sudo rm -rf /Library/Frameworks/Python.framework/
64
# On 2023-02-24 `brew upgrade` resulted in a failure linking tcl-tk.
65
brew unlink tcl-tk
66
+ # On 2023-04-06 `brew upgrade` resulted in a failure upgrading `go`.
67
+ brew unlink go
68
# Run upgrades now to fail-fast (setup scripts do this anyway).
69
brew update && brew upgrade
70
# On 2023-02-16 the pip3.11 symlink was mysteriously missing.
0 commit comments