괴발개발 성장기

기타 등등/MacBook 입문기

[macOS] Go Programming Language 다운받기

지니유 2022. 9. 20. 23:29
반응형

 

 

# 배경

회사 버전과 똑같이 맞쳐서 다운을 받아야했다.

 

# Go 버전 확인 방법

go version

나는 1.16 버전을 다운 받아야 했다.

 

# 설치 방법

1)  https://go.dev/dl/ 접속한다.

 

Downloads - The Go Programming Language

Downloads After downloading a binary release suitable for your system, please follow the installation instructions. If you are building from source, follow the source installation instructions. See the release history for more information about Go releases

go.dev

2) 1.16 버전 다운로드 했다.

3) 계속 - 설치 클릭

4) 닫기 누르기 끝!!!

5) 터미널에서 버전 체크 명령어 치면 아래 버전이 나온다.

go version go1.16 darwin/arm64

 

 

 

반응형