mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:04:32 +07:00
chore(tools): update versions
This commit is contained in:
parent
926a769232
commit
4f6baed675
@ -1,5 +1,5 @@
|
||||
terraform {
|
||||
required_version = "~> 1.2.0"
|
||||
required_version = "~> 1.3.0"
|
||||
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# https://status.nixos.org
|
||||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/f034b5693a26625f56068af983ed7727a60b5f8b.tar.gz") {} }:
|
||||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a62844b302507c7531ad68a86cb7aa54704c9cb4.tar.gz") {} }:
|
||||
|
||||
let
|
||||
python-packages = pkgs.python3.withPackages (p: with p; [
|
||||
|
@ -26,7 +26,7 @@ func TestToolsVersions(t *testing.T) {
|
||||
// {"kubectl", ">= 2.37.1, < 3.0.0"},
|
||||
// {"kustomize", ">= 2.37.1, < 3.0.0"},
|
||||
{"pre-commit", ">= 2.20.0, < 3.0.0"},
|
||||
{"terraform", ">= 1.2.7, < 2.0.0"},
|
||||
{"terraform", ">= 1.3.1, < 1.4.0"},
|
||||
}
|
||||
|
||||
for _, tool := range tools {
|
||||
|
Loading…
Reference in New Issue
Block a user