Skip to content

Bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.8 #12

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

Bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.8 #12

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
paths-ignore:
- '**/README.md'
- LICENSE
push:
branches:
- master
tags:
- 'v*'
paths-ignore:
- '**/README.md'
- LICENSE
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout
uses: actions/checkout@v4
- name: Dependencies
run: go mod download
- name: Preparations
run: make prep
- name: Tests
run: make tests