Skip to content

Commit c22b07b

Browse files
committed
ci: update go in nix
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 4bca083 commit c22b07b

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

flake.lock

+24-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
buildInputs = devDeps;
2424
};
2525

26-
devShells.go1_15 = goShell pkgs.go_1_15;
27-
devShells.go1_16 = goShell pkgs.go_1_16;
28-
devShells.go1_17 = goShell pkgs.go_1_17;
26+
devShells.go1_21 = goShell pkgs.go_1_21;
27+
devShells.go1_22 = goShell pkgs.go_1_22;
28+
devShells.go1_23 = goShell pkgs.go_1_23;
2929
});
3030
}

0 commit comments

Comments
 (0)