Skip to content

Change listen-client-urls in etcd StatefulSet #1445

Change listen-client-urls in etcd StatefulSet

Change listen-client-urls in etcd StatefulSet #1445

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test