go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.19k stars 352 forks source link

Fix deprecated warning on GitHub Actions #474

Closed t2y closed 7 months ago

t2y commented 7 months ago

I found a deprecated warning on Annotations.

Lint

The save-state command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This warning come from the old core library in golangci-lint-action. So, update it.

Reference

cpuschma commented 7 months ago

I just noticed that I accidently disabled my notifications for this repository (facepalm).. Anyways, thank you @t2y for your PR and @johnweldon for taking care ❤️