LoginSignup
10
10

More than 5 years have passed since last update.

CircleCIでGo1.5を使用する

Posted at

こんなかんじで、いまんとこ動いてる。

circle.yml
machine:
  environment:
    GOROOT: ${HOME}/go
    PATH: ${GOROOT}/bin:${PATH}
  post:
    - wget https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz
    - tar zxvf go1.5.linux-amd64.tar.gz
10
10
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
10
10