Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #86 from ekanite/go1.9.1
Browse files Browse the repository at this point in the history
Move to Go 1.9.1
  • Loading branch information
otoolep committed Nov 27, 2017
2 parents c80e797 + 4c1de25 commit 84d5f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,5 +1,5 @@
# Building
*Building Ekanite requires Go 1.7 or later. [gvm](https://github.com/moovweb/gvm) is a great tool for installing and managing your versions of Go.*
*Building Ekanite requires Go 1.9 or later. [gvm](https://github.com/moovweb/gvm) is a great tool for installing and managing your versions of Go.*

Tested on 64-bit Kubuntu 14.04.

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,6 +1,6 @@
machine:
environment:
GODIST: "go1.7.1.linux-amd64.tar.gz"
GODIST: "go1.9.1.linux-amd64.tar.gz"

post:
- mkdir -p download
Expand Down

0 comments on commit 84d5f45

Please sign in to comment.