Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot] ed0b352fd4
Bump github.com/cloudevents/sdk-go/v2 from 2.2.0 to 2.15.2 (#5894)
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.2.0 to 2.15.2.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.2.0...v2.15.2)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 06:15:06 +00:00
Christoph Stäbler 8a7c976784
Update to golang 1.18 (#5477) 2023-03-16 12:46:58 +00:00
knative-automation 49652deb2c
upgrade to latest dependencies (#4482)
bumping knative.dev/hack 96aac1c...813559c:
  > 813559c [pre-1.0] Use the TAG unmodified when publishing dot releases (# 119)
  > 9f34905 Update community files (# 118)
  > 69a2295 Update community files (# 117)
  > 128cf01 Allows to see tag from build_release func (# 104)
  > e1db8b2 chore: further explain knative CRD-generation support (# 105)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-23 08:31:51 -08:00
Maciej Chyczewski 79e4639009
Fixed few broken cloudevents links in the documentation (#4445)
* Fixed few broken cloudevents links in the documentation

* Fixed more broken CloudEvent docs links in the documentation. Updated links to CloudEvents v1.0 documentation to CloudEvents v1.0.1 documentation
2021-11-12 07:43:36 -08:00
Chi Zhang 73030ef0f0
Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
Scott Nichols fc69d36ec6
updating to the latest cloudevents sdk - v2.0.0-RC1 (#2386)
* updating to the latest cloudevents sdk.

* ran lint

* markdown had an error in it

* update serving sample readme
2020-04-13 09:31:11 -07:00
Matt Moore e07e9bab0d This adds a simple cloudevents-go sample. (#1987)
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).

Once we're happy with this, we should broaden this to cover more languages.
2019-11-15 23:06:02 -08:00
Akash Verenkar 7ed19736c2 Hello world - Go for Knative Eventing. (#1862)
* App + readme

* vendored packages - cloudevents/sdk-go and its dependencies

* Mark-ups updated. Final testing on a new cluster pending.

* final changes
2019-10-23 11:01:28 -07:00