From 4c28e0fe943d93f4ba744483dfd7359bf3401256 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 26 May 2026 14:58:57 -0700 Subject: [PATCH] Add migration warning to README Added a warning about repository migration on June 16, 2026. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5318e60dd..6b71ff776 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/google/cel-go)](https://goreportcard.com/report/github.com/google/cel-go) [![GoDoc](https://godoc.org/github.com/google/cel-go?status.svg)][6] +> [!WARNING] +> **On June 16, 2026, this repository will move to +> github.com/cel-expr/cel-go!** +> +> Please update your links and dependencies. See the [pinned +> issue](https://github.com/google/cel-go/issues/1329) for details. + The Common Expression Language (CEL) is a non-Turing complete language designed for simplicity, speed, safety, and portability. CEL's C-like [syntax][1] looks nearly identical to equivalent expressions in C++, Go, Java, and TypeScript.