We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac1061 commit 8a86d64Copy full SHA for 8a86d64
.github/actions/setup-language/action.yml
@@ -11,11 +11,11 @@ runs:
11
uses: actions/setup-go@v5
12
if: ${{ matrix.language == 'go' }}
13
with:
14
- go-version: '1.20'
+ go-version: '1.23'
15
- uses: actions/setup-node@v4
16
if: ${{matrix.language == 'typescript'}}
17
18
- node-version: 18
+ node-version: 20
19
- uses: actions/setup-java@v4
20
if: ${{matrix.language == 'java'}}
21
@@ -24,8 +24,8 @@ runs:
24
- uses: actions/setup-python@v5
25
if: ${{matrix.language == 'python'}}
26
27
- python-version: '3.10'
+ python-version: '3.12'
28
- uses: actions/setup-dotnet@v4
29
if: ${{matrix.language == 'csharp'}}
30
31
- dotnet-version: 8
+ dotnet-version: 8
0 commit comments