Bump to Go 1.17

This commit is contained in:
bvanvugt 2022-01-10 22:25:46 +00:00
parent ba855a8ab1
commit e1ab986486
7 changed files with 33 additions and 13 deletions

View file

@ -7,12 +7,12 @@ This tool allows running a Battlesnake game locally. There are several command-l
Download precompiled binaries here: <br>
[https://github.com/BattlesnakeOfficial/rules/releases](https://github.com/BattlesnakeOfficial/rules/releases)
Install as a Go package. Requires Go 1.15 or higher. [[Download](https://golang.org/dl/)]
Install as a Go package. Requires Go 1.17 or higher. [[Download](https://golang.org/dl/)]
```
go get github.com/BattlesnakeOfficial/rules/cli/battlesnake
```
Compile from source. Also requires Go 1.15 or higher.
Compile from source. Also requires Go 1.17 or higher.
```
git clone git@github.com:BattlesnakeOfficial/rules.git
cd rules