go: 1.27
Test / Hakurei (race detector) (push) Successful in 4m20s
Test / Sandbox (push) Successful in 3m12s
Test / Sandbox (race detector) (push) Successful in 2m43s
Test / ShareFS (push) Successful in 5m40s
Test / Create distribution (push) Successful in 56s
Test / Hakurei (push) Successful in 3m28s
Test / Flake checks (push) Successful in 1m12s

This fixes test cases affected by jsonv2 changes.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-20 19:05:29 +09:00
parent ace59607f2
commit cbd95294ba
6 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
buildGo126Module,
buildGo127Module,
makeBinaryWrapper,
xdg-dbus-proxy,
pkg-config,
@@ -20,7 +20,7 @@
fuse3,
# for passthru.buildInputs
go_1_26,
go_1_27,
clang,
xorgproto,
@@ -32,7 +32,7 @@
withStatic ? stdenv.hostPlatform.isStatic,
}:
buildGo126Module rec {
buildGo127Module rec {
pname = "hakurei";
version = with lib.strings; removePrefix "v" (trim (builtins.readFile ../cmd/dist/VERSION));
@@ -55,7 +55,7 @@ buildGo126Module rec {
];
nativeBuildInputs = [
go_1_26
go_1_27
pkg-config
wayland-scanner
];
@@ -126,10 +126,10 @@ buildGo126Module rec {
'';
passthru = {
go = go_1_26;
go = go_1_27;
targetPkgs = [
go_1_26
go_1_27
clang
xorgproto
util-linux