DEV 1253: Upgrade to Go 1.18.1 (#70)
* fix dependency that breaks on go 1.18.1 * upgrade to go 1.18.1 * upgrade golangci-lint to a version that works with go 1.18
This commit is contained in:
parent
d378759d58
commit
1c3f434841
6 changed files with 20 additions and 12 deletions
|
|
@ -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.17 or higher. [[Download](https://golang.org/dl/)]
|
||||
Install as a Go package. Requires Go 1.18 or higher. [[Download](https://golang.org/dl/)]
|
||||
```
|
||||
go get github.com/BattlesnakeOfficial/rules/cli/battlesnake
|
||||
```
|
||||
|
||||
Compile from source. Also requires Go 1.17 or higher.
|
||||
Compile from source. Also requires Go 1.18 or higher.
|
||||
```
|
||||
git clone git@github.com:BattlesnakeOfficial/rules.git
|
||||
cd rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue