Skip to content

Commit c273dfd

Browse files
authored
CI: update to Go 1.12.16
This change updates the CI script to test against Go 1.12.16¹, the latest minor release within the Go 1.12.x series. ¹ https://groups.google.com/d/msg/golang-announce/Hsw4mHYc470/WJeW5wguEgAJ GitHub-Pull-Request: gopherjs#965
1 parent ce3c9ad commit c273dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- checkout
1212
- run: git clone https://github.com/creationix/nvm $HOME/.nvm && cd $HOME/.nvm && git checkout v0.33.9 && echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV && echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
1313
- run: nvm install 10.0.0 && nvm alias default 10.0.0
14-
- run: cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.12.9.linux-amd64.tar.gz | sudo tar -xz
14+
- run: cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.12.16.linux-amd64.tar.gz | sudo tar -xz
1515
- run: echo 'export PATH="$PATH:/usr/local/go/bin:$HOME/go/bin"' >> $BASH_ENV
1616
- run: go get -t -d -v ./...
1717
- run: go install -v

0 commit comments

Comments
 (0)