diff --git a/.tool-versions b/.tool-versions index f9ab584..5c535ee 100644 --- a/.tool-versions +++ b/.tool-versions @@ -3,11 +3,10 @@ # Be EXTREMELY CAREFUL with this. If you override a standard version # you are reducing compatibility guarantees. ## <> -## <> -golang 1.22.0 +golang 1.23.0 nodejs 20.12.2 -protoc 21.5 -terraform 1.5.7 +mage latest +## <> # Note: Versions in this block do not override the default versions above # but sometimes you have to declare additional versions of the same tool # while leaving the 'default' version intact for the infra. diff --git a/.vscode/settings.json b/.vscode/settings.json index 4ea5c26..a1b7e43 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,10 +34,4 @@ "gopls": { "build.buildFlags": ["-tags=or_test,or_dev,or_e2e,or_int"] }, - "[terraform]": { - "editor.defaultFormatter": "hashicorp.terraform" - }, - "protoc": { - "options": ["--proto_path=${workspaceRoot}/api"] - } }