Skip to content

Bump go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.16 #346

Bump go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.16

Bump go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.16 #346

Workflow file for this run

name: Static Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
staticcheck:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "latest"