diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c8c11a8..a2e4df5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "ansible-role-golang", - "image": "mcr.microsoft.com/devcontainers/python:0-3.9", + "image": "mcr.microsoft.com/devcontainers/python:0-3.10", "features": { "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": true, diff --git a/.python-version b/.python-version index bd28b9c..c8cfe39 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9 +3.10