You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modernize for Go 1.25
Bump the go directive to 1.25 and drop the pinned toolchain, matching go-envconfig and go-limiter.
Reject negative numDigits/numSymbols in Generate with a new ErrNegativeInput sentinel. Previously Generate(10, -3, 0, ...) computed chars = 10 - (-3) = 13 and silently returned a 13-character password instead of erroring.
Replace the golangci-lint CI job (v1.57 config referencing removed linters like execinquery and exportloopref) with a make test target run across the macOS/Ubuntu/Windows matrix, and pin the actions with ratchet. Convert the error sentinels to fmt.Errorf for consistency.
Fix docs: log.Printf(res) -> log.Print(res) (non-constant format string), the deprecated shields.io workflow badge, and the dead godoc.org link.
Modernize tests: range-over-int loops and atomic.Int64.
* Repoint dead documentation links
The AgileBits discussion link 301-redirects to the 1Password community homepage; the original content is gone and was never archived. Repoint it to the current 1Password password generator page.
Update the stale help.github.com contributing link to its canonical docs.github.com URL.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,5 @@ just a few small guidelines you need to follow.
8
8
9
9
All submissions, including submissions by project members, require review. We
10
10
use GitHub pull requests for this purpose. Consult
11
-
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
11
+
[GitHub Help](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) for more
0 commit comments