Skip to content

Commit

Permalink
Updated to Go v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Mar 22, 2018
1 parent 3da4717 commit 6f77c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.10
working_directory: /go/src/github.com/ernoaapa/eliot-os

version: 2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ images
*-state/

dist
*.img
4 changes: 2 additions & 2 deletions docs/build-in-packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Notes how to build EliotOS in Packet ARM based server.
```shell
sudo add-apt-repository -y ppa:gophers/archive
sudo apt update
sudo apt-get install -y git golang-1.9-go
ln -s /usr/lib/go-1.9/bin/go /usr/local/bin/go
sudo apt-get install -y git golang-1.10-go
ln -s /usr/lib/go-1.10/bin/go /usr/local/bin/go
```

4. Install Moby & Linuxkit
Expand Down

0 comments on commit 6f77c55

Please sign in to comment.