Skip to content

Bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6 #15

Bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6

Bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6 #15

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