From e7928f05082dde3829873c263df696cda2b5e81e Mon Sep 17 00:00:00 2001 From: Chris Roche Date: Tue, 13 Feb 2024 12:19:57 -0800 Subject: [PATCH] checkpoint --- .github/workflows/ci.yaml | 1 + buf/validate/internal/extra_func.cc | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8be0e2c..b0d7740 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: - name: Install go uses: actions/setup-go@v5 with: + go-version: stable cache: true - name: Execute tests run: make test diff --git a/buf/validate/internal/extra_func.cc b/buf/validate/internal/extra_func.cc index 0dcbb69..ee0bef6 100644 --- a/buf/validate/internal/extra_func.cc +++ b/buf/validate/internal/extra_func.cc @@ -275,8 +275,6 @@ cel::CelValue isHostAndPort(google::protobuf::Arena* arena, cel::CelValue::Strin return cel::CelValue::CreateBool(IsHostAndPort(str, portReq)); } - - /** * IP Prefix Validation */