mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
tailscale-gitops-pusher: switch to Go 1.23
This commit is contained in:
parent
40a20e6af1
commit
be7fd2597a
@ -1,9 +1,9 @@
|
||||
{ lib
|
||||
, tailscale
|
||||
, buildGoModule
|
||||
, buildGo123Module
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
buildGo123Module {
|
||||
inherit (tailscale) version src vendorHash CGO_ENABLED;
|
||||
pname = "tailscale-gitops-pusher";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user