0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

M2MacOSでgoコマンド導入手順

Posted at

目標

macOSでgoコマンドを使用できるようにする
自分用です

インストーラのダウンロード

下記のリンクからDownloadボタンを押下

今回はstable版(1.23.5)をインストールしたいので下記の条件のものを入れる

  • kind:Installer
  • OS:macOS
  • ARC:ARM64(M2なので)

選択するとインストーラがダウンロードされる

インストーラの起動

はじめに

スクリーンショット 2025-02-01 11.32.48.png
続けるを押下

インストール先

スクリーンショット 2025-02-01 11.35.09.png
続けるを押下

インストールの種類

インストールを押下でtachIdまたはOSのパスコードを入力

スクリーンショット 2025-02-01 11.36.24.png

インストール

スクリーンショット 2025-02-01 11.37.35.png
続けるを押下

概要

スクリーンショット 2025-02-01 11.39.55.png
閉じる

installできたか確認

go version
% go version go1.23.5 darwin/arm64

めちゃくちゃ簡単だった!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?