Skip to content

Bump go.etcd.io/etcd/client/v3 from 3.5.9 to 3.5.10 in /etcd #561

Bump go.etcd.io/etcd/client/v3 from 3.5.9 to 3.5.10 in /etcd

Bump go.etcd.io/etcd/client/v3 from 3.5.9 to 3.5.10 in /etcd #561

Workflow file for this run

name: Golangci Lint Check
on:
push:
branches:
- "master"
- "main"
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
pull_request:
branches:
- "*"
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"