File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414env :
1515 GO_VERSION : " 1.24"
16- DOTNET_VERSION : 3.1.301
16+ DOTNET_VERSION : 9.0.x
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 NODE_VERSION : 20.x
1919 PYTHON_VERSION : " 3.9"
@@ -41,23 +41,25 @@ jobs:
4141 uses : ./.github/actions/gotools
4242 with :
4343 go-version : ${{ env.GO_VERSION }}
44+
45+ - name : Install libssl
46+ run : sudo apt-get install -y libssl-dev
4447
4548 - name : Setup Node
4649 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
4750 with :
4851 node-version : ${{ env.NODE_VERSION }}
4952 - name : Setup DotNet
50- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
53+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5154 with :
5255 dotnet-version : ${{ env.DOTNET_VERSION }}
5356 - name : Setup Python
5457 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
5558 with :
56- python-version : ${{ env.PYTHON_VERSION }}
57-
59+ python-version : ${{ env.PYTHON_VERSION }}
5860 - name : Build sdks
5961 run : make generate_sdks
60-
62+
6163 - name : Lint
6264 run : make lint_provider
6365
Original file line number Diff line number Diff line change 8989 node-version : ${{matrix.nodeversion}}
9090 registry-url : ${{env.NPM_REGISTRY_URL}}
9191 - name : Setup DotNet
92- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
92+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
9393 with :
9494 dotnet-version : ${{matrix.dotnetverson}}
9595 - name : Setup Python
@@ -130,7 +130,7 @@ jobs:
130130 fail-fast : true
131131 matrix :
132132 dotnetversion :
133- - 3.1.301
133+ - 9.0.x
134134 goversion :
135135 - 1.24.x
136136 language :
You can’t perform that action at this time.
0 commit comments