Skip to content

Bump github.com/google/cel-go from 0.22.0 to 0.23.0 #794

Bump github.com/google/cel-go from 0.22.0 to 0.23.0

Bump github.com/google/cel-go from 0.22.0 to 0.23.0 #794

---
name: Integration Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.23.5
- name: tests
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
make integration-test