「Windows10」 go言語をアップデートする方法
環境
Windows 10 Home 64bit
操作方法
1.「ここに入力して検索」タスクフォームにcmdと入力します。
「コマンドプロンプト」->「管理者として実行」をクリックします。
2.「管理者:コマンドプロンプト」画面が表示されます。
以下のコマンドを実行します。
Chocoleteyをアップデートします
C:\WINDOWS\system32>choco upgrade chocolatey Chocolatey v0.11.2 Upgrading the following packages: chocolatey By upgrading, you accept licenses for the packages. You have chocolatey v0.11.2 installed. Version 1.1.0 is available based on your source(s). Progress: Downloading chocolatey 1.1.0... 100% chocolatey v1.1.0 chocolatey package files upgrade completed. Performing other installation steps. The package chocolatey wants to run 'chocolateyInstall.ps1'. Note: If you don't run this script, the installation will fail. Note: To confirm automatically next time, use '-y' or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): y #y入力 略 Chocolatey upgraded 1/1 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
3.インストール完了後に、バージョンを確認します。
C:\WINDOWS\system32>go version
go version go1.15.6 windows/amd64