Skip to content

Bump go.etcd.io/etcd/client/v3 from 3.6.7 to 3.6.10 #135

Bump go.etcd.io/etcd/client/v3 from 3.6.7 to 3.6.10

Bump go.etcd.io/etcd/client/v3 from 3.6.7 to 3.6.10 #135

name: Static Analysis
on: [push, pull_request]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: verify
run: make verify