AdSense

網頁

2022/3/27

Mac Homebrew 更新Go語言版本語言版本 1.17到1.18

最近(2022/3/15)Go 1.18正式推出,用Homebrew來升級Mac裡的Go。


更新方式同「2021 Mac Homebrew 更新Go語言版本」。先解除安裝舊的1.17,然後重新安裝新的Go即為當下最新的1.18。

Uninstall舊版本。

~$ brew uninstall go
Uninstalling /usr/local/Cellar/go/1.17.6... (10,826 files, 565.9MB)

brew updatebrew install go重新安裝。

~$ brew install go
==> Downloading https://ghcr.io/v2/homebrew/core/go/manifests/1.18
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/go/blobs/sha256:5dfda57937f94683cbe1b31e10b7ed4d0661722ece896dca9cb0
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:5dfda57937f94683cbe1b31e10b7ed4d
######################################################################## 100.0%
==> Pouring go--1.18.big_sur.bottle.tar.gz
🍺  /usr/local/Cellar/go/1.18: 11,947 files, 592.6MB
==> Running `brew cleanup go`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /Users/matt/Library/Caches/Homebrew/go--1.17.6... (165MB)

確認更新為1.18。

~$ go version
go version go1.18 darwin/amd64

開啟專案的go.mod修改為新版本即可。

沒有留言:

AdSense