mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Switch to go 1.24 for stable and unstable
This commit is contained in:
parent
ef8a5efd4d
commit
6be7eb746c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo124Module,
|
||||
stdenv,
|
||||
vendorHash,
|
||||
go,
|
||||
}:
|
||||
buildGoModule {
|
||||
buildGo124Module {
|
||||
pname = "sops-install-secrets";
|
||||
version = "0.0.1";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue