Skip to content

Commit

Permalink
Update README.md (#636)
Browse files Browse the repository at this point in the history
GO112MODULE is not a recognized variable in golang. The correct name is GO111MODULE.
  • Loading branch information
joyvuu-dave committed Apr 11, 2024
1 parent 7a9fab3 commit 284d75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ To build from source, after you've cloned the repo,
run these commands from the top level of the repo:

```bash
GO112MODULE=on go mod download
GO112MODULE=on go build
GO111MODULE=on go mod download
GO111MODULE=on go build
```

Go 1.11 uses some heuristics to determine if Go Modules should be used.
Expand Down

0 comments on commit 284d75c

Please sign in to comment.