Skip to content

Bump github.com/envoyproxy/go-control-plane from 0.11.1 to 0.12.0 (#47) #123

Bump github.com/envoyproxy/go-control-plane from 0.11.1 to 0.12.0 (#47)

Bump github.com/envoyproxy/go-control-plane from 0.11.1 to 0.12.0 (#47) #123

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.21.x
- run: make test