Skip to content

Bump github.com/google/cel-go from 0.22.0 to 0.24.1 #938

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

Bump github.com/google/cel-go from 0.22.0 to 0.24.1 #938

---
name: Integration Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
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.6
- name: tests
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
make integration-test