Skip to content

Commit 0111971

Browse files
authored
Update GO-Version in Readme
1 parent 71050f8 commit 0111971

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ It also acts as the webserver to serve the front end react application
8888
All api actions are accessible with the /api route. The frontend is accessible from /.
8989

9090
#### Requirements
91-
+ Go 1.6
91+
+ Go 1.7
9292
+ NodeJS 4.2.6
9393

9494
#### Building Releases
@@ -123,9 +123,7 @@ make app/bundle.js
123123
1. Download the latest release source zip file
124124
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
125125
2. Unzip the Factorio Standalone server and move it to a known directory.
126-
3. Download and install Go 1.6 64-bit or 32-bit depending on your operating system, if unsure download 32-bit
127-
* https://storage.googleapis.com/golang/go1.6.windows-amd64.msi 64-bit
128-
* https://storage.googleapis.com/golang/go1.6.windows-386.msi 32-bit
126+
3. Download and install Go 1.7 or newer. https://golang.org/dl/
129127
4. Download and install NodeJS 4.2.6 64-bit or 32-bit depending on your operating system, if unsure download 32-bit
130128
* https://nodejs.org/download/release/v4.2.6/node-v4.2.6-x64.msi 64-bit
131129
* https://nodejs.org/download/release/v4.2.6/node-v4.2.6-x86.msi 32-bit

0 commit comments

Comments
 (0)