Skip to content

Commit

Permalink
Remove go11modules export instructions in README
Browse files Browse the repository at this point in the history
it's been not needed since around go11 (since auto) and on by default
since go16

see https://maelvls.dev/go111module-everywhere/

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel authored and tekton-robot committed Mar 14, 2022
1 parent 068ec1a commit 95cc224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ brew install tektoncd-cli
If you have [go](https://golang.org/) installed and you want to compile the CLI from source, you can checkout the [Git repository](https://github.com/tektoncd/cli) and run the following commands:

```shell
export GO111MODULE=on
make bin/tkn
```

Expand Down

0 comments on commit 95cc224

Please sign in to comment.