Skip to content

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

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 #125

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
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
- name: Build
run: go build