Skip to content

Commit bf6df1e

Browse files
authored
bump: nix flake update and go -> 1.26 (#93)
1 parent 47f0636 commit bf6df1e

3 files changed

Lines changed: 56 additions & 102 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Isolated and reproducible development environment for the Stackrox stack using N
99
Compilers / runtimes:
1010

1111
* `gcc`
12-
* `golang 1.22.x`
12+
* `golang 1.26.x`
1313
* `openjdk 11`
1414
* `python 3.11`
1515

flake.lock

Lines changed: 53 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
let
4242
# Pinned packages.
4343
custom = import ./pkgs { inherit pkgs; };
44-
golang = (import inputs.nixpkgs-golang { inherit system; }).go_1_22;
44+
golang = (import inputs.nixpkgs-golang { inherit system; }).go_1_26;
4545
stable = import inputs.nixpkgs-stable { inherit system; };
46-
terraform = inputs.nixpkgs-terraform.packages.${system}."1.5.7";
46+
terraform = inputs.nixpkgs-terraform.packages.${system}."terraform-1.5.7";
4747

4848
# Add Darwin packages here.
4949
darwin-pkgs =

0 commit comments

Comments
 (0)