Skip to content

build(deps): bump github.com/envoyproxy/envoy from 1.31.1-0.20240821014141-c8f58b61c36d to 1.31.1 in /golang-http/simple in the examples-golang-http group #361

build(deps): bump github.com/envoyproxy/envoy from 1.31.1-0.20240821014141-c8f58b61c36d to 1.31.1 in /golang-http/simple in the examples-golang-http group

build(deps): bump github.com/envoyproxy/envoy from 1.31.1-0.20240821014141-c8f58b61c36d to 1.31.1 in /golang-http/simple in the examples-golang-http group #361

Workflow file for this run

name: Docs
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: envoyproxy/envoy
path: envoy
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: examples
- run: |
bazel build --override_repository=envoy_examples=../examples --config=ci //docs
working-directory: envoy