Skip to content

fix(funder): bump deps and use node lister only when namespace define… #165

fix(funder): bump deps and use node lister only when namespace define…

fix(funder): bump deps and use node lister only when namespace define… #165

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2