Skip to content

build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.1.0 (… #145

build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.1.0 (…

build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.1.0 (… #145

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