Skip to content

Fix LDAP GetError and LDAP search #134

Fix LDAP GetError and LDAP search

Fix LDAP GetError and LDAP search #134

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.22'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true