From 564730fda87dff3d1e73e254830f07d506fc0180 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 9 Dec 2022 12:01:16 +0100 Subject: [PATCH] Let integration test choose the latest minor version of python --- .github/workflows/test-go-integration-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-go-integration-task.yml b/.github/workflows/test-go-integration-task.yml index d8450c08599..8964517f84d 100644 --- a/.github/workflows/test-go-integration-task.yml +++ b/.github/workflows/test-go-integration-task.yml @@ -5,7 +5,7 @@ env: # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax GO_VERSION: "1.17" # See: https://github.com/actions/setup-python/tree/main#available-versions-of-python - PYTHON_VERSION: "3.9.6" + PYTHON_VERSION: "3.9" # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows on: