Skip to content

Commit 9193353

Browse files
authored
[skip-changelog] Let integration test choose the latest minor version of python (#2007)
1 parent 90771be commit 9193353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66
GO_VERSION: "1.17"
77
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
8-
PYTHON_VERSION: "3.9.6"
8+
PYTHON_VERSION: "3.9"
99

1010
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
1111
on:

0 commit comments

Comments
 (0)