Upgrade to go 1.18 (#5542)

This commit is contained in:
Sam Coe 2022-05-09 18:46:19 +02:00 committed by GitHub
parent 9666857f39
commit 597eb16a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# Installation from source
1. Verify that you have Go 1.16+ installed
1. Verify that you have Go 1.18+ installed
```sh
$ go version
@ -21,12 +21,12 @@
```sh
# installs to '/usr/local' by default; sudo may be required
$ make install
# or, install to a different location
$ make install prefix=/path/to/gh
```
#### Windows
#### Windows
```pwsh
# build the `bin\gh.exe` binary
> go run script\build.go