Skip to content

gomod(deps): bump istio.io/client-go from 1.23.1 to 1.23.2 #369

gomod(deps): bump istio.io/client-go from 1.23.1 to 1.23.2

gomod(deps): bump istio.io/client-go from 1.23.1 to 1.23.2 #369

Workflow file for this run

name: lint
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
jobs:
lint:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: "components/operator"