Skip to content

refactor: change interface{} to any #141

refactor: change interface{} to any

refactor: change interface{} to any #141

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1