mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-09 15:29:44 +07:00
chore(tools): upgrade Nix hash
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# https://status.nixos.org
|
# https://status.nixos.org (nixpkgs-unstable)
|
||||||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a62844b302507c7531ad68a86cb7aa54704c9cb4.tar.gz") {} }:
|
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e58a7747db96c23b8a977e7c1bbfc5753b81b6fa.tar.gz") {} }:
|
||||||
|
|
||||||
let
|
let
|
||||||
python-packages = pkgs.python3.withPackages (p: with p; [
|
python-packages = pkgs.python3.withPackages (p: with p; [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module git.khuedoan.com/ops/homelab
|
module git.khuedoan.com/ops/homelab
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require github.com/gruntwork-io/terratest v0.40.18
|
require github.com/gruntwork-io/terratest v0.40.18
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ func TestToolsVersions(t *testing.T) {
|
|||||||
{"ansible", "--version", ">= 2.12.6, < 3.0.0"},
|
{"ansible", "--version", ">= 2.12.6, < 3.0.0"},
|
||||||
{"docker", "--version", ">= 20.10.17, < 21.0.0"},
|
{"docker", "--version", ">= 20.10.17, < 21.0.0"},
|
||||||
{"git", "--version", ">= 2.37.1, < 3.0.0"},
|
{"git", "--version", ">= 2.37.1, < 3.0.0"},
|
||||||
{"go", "version", ">= 1.18.5, < 1.19.0"},
|
{"go", "version", ">= 1.19.0, < 1.20.0"},
|
||||||
{"helm", "version", ">= 3.9.4, < 4.0.0"},
|
{"helm", "version", ">= 3.9.4, < 4.0.0"},
|
||||||
// {"kubectl", "version", ">= 1.23.11, < 1.25.0"}, // https://kubernetes.io/releases/version-skew-policy/#kubectl
|
{"kubectl", "version", ">= 1.25.0, < 1.27.0"}, // https://kubernetes.io/releases/version-skew-policy/#kubectl
|
||||||
{"kustomize", "version", ">= 4.5.4, < 5.0.0"},
|
{"kustomize", "version", ">= 4.5.4, < 5.0.0"},
|
||||||
{"pre-commit", "--version", ">= 2.20.0, < 3.0.0"},
|
{"pre-commit", "--version", ">= 2.20.0, < 3.0.0"},
|
||||||
{"terraform", "--version", ">= 1.3.1, < 1.4.0"},
|
{"terraform", "--version", ">= 1.3.1, < 1.4.0"},
|
||||||
|
Reference in New Issue
Block a user