From b5f9d46172a7ab215bf6effd01cb0096966f2734 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 14 Oct 2025 14:53:26 +0200 Subject: [PATCH] Switch to go 1.25 Signed-off-by: Sascha Grunert --- go.mod | 2 +- .../auditsource/bpf/enricher.bpf.o.arm64 | Bin 37856 -> 37856 bytes nix/nixpkgs.json | 10 +++++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 8409e90a97..7592d2260e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/security-profiles-operator -go 1.24.3 +go 1.25 require ( dario.cat/mergo v1.0.2 diff --git a/internal/pkg/daemon/enricher/auditsource/bpf/enricher.bpf.o.arm64 b/internal/pkg/daemon/enricher/auditsource/bpf/enricher.bpf.o.arm64 index 91b9d27468814350a9750ac6d2455020c9a30bde..41a018a063fb522bf16c75f96abeb8d8edd56718 100644 GIT binary patch delta 136 zcmaE`oaw=GrVS0elX={EHuvy$h%&C-EULVnopIylvs&&fjO#Xw>VFq!+_ah3-JXeY z&1PTEbQUHVqsixd#U}spTR+9pWK*SAX&r8fr-7L{^f*%0Dvn7=P delta 150 zcmaE`oaw=GrVS0ejB7SG@=g|I+_+g(c{@Afy3J>`+*uemZ5Gx4F3z}qGq1Zn6XV*= zzMknUwwlZgAixeHWQ;&0gsmopU@IYs2P3IBn0(Mzd^3mNFH^D1g5>zT#N5>4g2d!h ShQySVqSWHz_{|b6C-?yl`Xi(O diff --git a/nix/nixpkgs.json b/nix/nixpkgs.json index 4a1624a4e0..fff4bce90c 100644 --- a/nix/nixpkgs.json +++ b/nix/nixpkgs.json @@ -1,10 +1,10 @@ { "url": "https://github.com/nixos/nixpkgs", - "rev": "722a2352cdcd5174b597ec0617aab77763333b23", - "date": "2025-08-19T10:14:47+01:00", - "path": "/nix/store/7h6z7h4rixsga4bxc7p3a28wylrr6193-nixpkgs", - "sha256": "169jzbqk4rwxmdwnf9f8dlckyqrvqvlhq2spi4vxxr55xwl1kczn", - "hash": "sha256-9rMZKO+l5N43iVcLDOnGO2M/GW3IJWd5q51nMvH6Mpk=", + "rev": "75f3a1394d3d59bfe7bc2b37251f1eb1cee4f5f4", + "date": "2025-10-14T12:37:53Z", + "path": "/nix/store/8qars9gz2j2v63h2fxqpi5qpk97amj9s-nixpkgs", + "sha256": "1bn3k2kdbmsvx5y2y1m4w1f675w7h6avl6ih24xjzsb8iw0lfzzy", + "hash": "sha256-/n9HAY9o6S87ETAaupWBh5djXOCkBi986VvX1aaYw64=", "fetchLFS": false, "fetchSubmodules": false, "deepClone": false,