diff --git a/envoy-ratelimit.yaml b/envoy-ratelimit.yaml index a0bbc1024a8..556b5322905 100644 --- a/envoy-ratelimit.yaml +++ b/envoy-ratelimit.yaml @@ -2,7 +2,7 @@ package: name: envoy-ratelimit # This project doesn't do releases and everything is commit based. - version: 0.0.0_git20241223 + version: 0.0.0_git20241230 epoch: 0 description: Go/gRPC service designed to enable generic rate limit scenarios from different types of applications. copyright: @@ -16,14 +16,10 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 6a2e8262874f012d08830cc34ba8058e66a33819 + expected-commit: 38500fe5e2783f6c095fd6bb378c85eca0b2ed9c repository: https://github.com/envoyproxy/ratelimit branch: main - - uses: go/bump - with: - deps: golang.org/x/net@v0.33.0 - - uses: go/build with: output: ratelimit