Skip to content

Commit

Permalink
🧑‍💻 Add required Go version to nix shell
Browse files Browse the repository at this point in the history
NOTE: after upgrading golang version we have to update this file,
also updating nixpkgs will break this since go1.19 is not available to
newer versions of nixpkgs

Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Dec 11, 2024
1 parent 73fce9d commit b93549a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgs.mkShell {
semver-tool
yq-go
chart-testing
go_1_19
kubernetes-controller-tools
];
}

0 comments on commit b93549a

Please sign in to comment.