tailscale-gitops-pusher: switch to Go 1.23

This commit is contained in:
Ashish SHUKLA 2024-09-14 14:17:51 +05:30
parent 40a20e6af1
commit be7fd2597a
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
{ lib
, tailscale
, buildGoModule
, buildGo123Module
}:
buildGoModule {
buildGo123Module {
inherit (tailscale) version src vendorHash CGO_ENABLED;
pname = "tailscale-gitops-pusher";