Skip to content

fix: consumeData(and consumeDataAsBytes) should consider structued mode JSON … #1566

fix: consumeData(and consumeDataAsBytes) should consider structued mode JSON …

fix: consumeData(and consumeDataAsBytes) should consider structued mode JSON … #1566

name: Observability
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
permissions:
contents: read
jobs:
observability:
name: CloudEvents Observability
strategy:
matrix:
go-version: [1.23]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Update git submodule
run: git submodule sync && git submodule update --init
- name: Build
run: ./hack/observability-test.sh