Skip to content

build(deps): bump istio.io/client-go from 1.22.3 to 1.23.0 #2166

build(deps): bump istio.io/client-go from 1.22.3 to 1.23.0

build(deps): bump istio.io/client-go from 1.22.3 to 1.23.0 #2166

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
push:
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
jobs:
test:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Create test cluster
run: make setup-local
- name: Run tests
run: make run-test