Skip to content

chore(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in /test/conformance in the go_modules group across 1 directory #1662

chore(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in /test/conformance in the go_modules group across 1 directory

chore(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in /test/conformance in the go_modules group across 1 directory #1662

Workflow file for this run

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.24]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.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