Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit a72d66d

Browse files
committed
describes how to install with Go >=1.17
Signed-off-by: Tomas Rosenqvist <muamaidbengt@gmail.com>
1 parent 7a8ee0a commit a72d66d

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ _Work in progress._
99

1010
## Installation
1111

12-
`cloudevents` can be installed via:
12+
The latest `cloudevents` can be installed via:
1313

1414
```shell
15-
go get github.com/cloudevents/conformance/cmd/cloudevents
16-
```
17-
18-
To update your installation:
19-
20-
```shell
21-
go get -u github.com/cloudevents/conformance/cmd/cloudevents
15+
go install github.com/cloudevents/conformance/cmd/cloudevents@latest
2216
```
2317

2418
## Usage

0 commit comments

Comments
 (0)