Skip to content

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

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 #332

Workflow file for this run

name: Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
vet:
name: Go vet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.23
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Go vet
run: go vet ./...