diff --git a/.github/workflows/example-client.yml b/.github/workflows/example-client.yml index 2b5e66a1..b4724e85 100644 --- a/.github/workflows/example-client.yml +++ b/.github/workflows/example-client.yml @@ -21,6 +21,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/configure-pages@v3 - uses: actions/setup-go@v4.1.0 + with: + go-version-file: go.mod - uses: actions/setup-node@v4.0.0 - uses: actions/setup-python@v4.7.1 - run: | diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..73e93bb4 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.10.5 \ No newline at end of file