Skip to content

Commit

Permalink
README.md: Update to require go 13 or newer
Browse files Browse the repository at this point in the history
When building with go 1.12 you will receive the following error:

internal/gitlab/gitlab.go:65:4: unknown field 'ForceAttemptHTTP2' in struct literal of type http.Transport
internal/gitlab/gitlab.go:100:4: unknown field 'ForceAttemptHTTP2' in struct literal of type http.Transport
note: module requires Go 1.13
Makefile:5: recipe for target 'build' failed
make: *** [build] Error 2

Signed-off-by: Jason Wessel <[email protected]>
  • Loading branch information
jwessel committed Jul 19, 2020
1 parent 885eea3 commit ed122dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Head to the [releases](https://github.com/zaquestion/lab/releases) page and down
### Source

Required
* [Go 1.12+](https://golang.org/doc/install)
* [Go 1.13+](https://golang.org/doc/install)

```
git clone [email protected]:zaquestion/lab
Expand Down

0 comments on commit ed122dd

Please sign in to comment.