Skip to content

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1 #791

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1 #791

Workflow file for this run

name: Go
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Build
run: go build -v ./...