Update CI to Go 1.15

This commit is contained in:
bvanvugt 2021-01-19 15:07:25 -08:00
parent 02b85487f0
commit e1bafaac69
3 changed files with 10 additions and 10 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.13 or higher. [[Download](https://golang.org/dl/)]
Install as a Go package. Requires Go 1.15 or higher. [[Download](https://golang.org/dl/)]
```
go get github.com/BattlesnakeOfficial/rules/cli/battlesnake
```
Compile from source. Also requires Go 1.13 or higher.
Compile from source. Also requires Go 1.15 or higher.
```
git clone git@github.com:BattlesnakeOfficial/rules.git
cd rules