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
* Bump Go dependencies and require Go 1.26.4
Update direct module dependencies to their latest releases:
- charm.land/lipgloss/v2 v2.0.3 -> v2.0.4
- golang.org/x/net v0.55.0 -> v0.56.0
- golang.org/x/term v0.43.0 -> v0.44.0
plus transitive golang.org/x/{sync,sys,text}. Raise the go directive to
1.26.4 to build against the latest patch toolchain.
* Pin nixpkgs to nixos-26.05 for Go 1.26.4
Go 1.26.4 currently ships only on the nixos-26.05 release branch
(nixpkgs-unstable is still on 1.26.3), so pin the flake's nixpkgs input
explicitly to nixos-26.05 instead of the indirect registry reference. This
gives a reproducible toolchain that matches the go.mod directive, tracks a
stable channel suitable for a release package, and clears the deprecated
indirect-registry warning.
Also recompute vendorHash for the bumped modules and align the flake
description with the project tagline.
* Bump actions/checkout to v7
The other actions already track their latest releases (setup-go, golangci-lint,
goreleaser via floating major tags; install-nix-action and deploy-aur via
SHA pins at their newest tags).
0 commit comments