Skip to content

Commit

Permalink
Merge pull request #822 from matzew/polish_readme
Browse files Browse the repository at this point in the history
Using a more recent version on the README instructions to fetch the dependency
  • Loading branch information
lionelvillard authored Dec 7, 2022
2 parents 9737f8e + 23e85da commit 4af0214
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 @@ -27,7 +27,7 @@ _Note:_ Supported go version: 1.17+
Add the module as dependency using go mod:

```shell
go get github.com/cloudevents/sdk-go/v2@v2.6.0
go get github.com/cloudevents/sdk-go/v2@v2.12.0
```

And import the module in your code
Expand Down

0 comments on commit 4af0214

Please sign in to comment.