Skip to content

Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 #36

Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6

Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 #36

Workflow file for this run

name: PR
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.17
- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2