diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a25add..fb846d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: fail-fast: true matrix: goversion: - - 1.20.x + - 1.22.x publish_sdk: name: Publish SDKs runs-on: ubuntu-latest @@ -127,13 +127,13 @@ jobs: dotnetversion: - 3.1.301 goversion: - - 1.20.x + - 1.22.x language: - nodejs - python - dotnet - go nodeversion: - - 16.x + - 18.x pythonversion: - "3.9"