Skip to content

build(deps): bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6 (#68) #147

build(deps): bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6 (#68)

build(deps): bump go.etcd.io/etcd/client/v3 from 3.6.5 to 3.6.6 (#68) #147

Workflow file for this run

on: [push]
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.24"
- "1.25"
name: lint and test
runs-on: ubuntu-latest
services:
etcd:
image: bitnamilegacy/etcd:3.5.5
env:
ALLOW_NONE_AUTHENTICATION: yes
ETCD_ADVERTISE_CLIENT_URLS: http://127.0.0.1:2379
ETCDCTL_API: 3
ports:
- 2379:2379
- 2380:2380
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v2.1.5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test