Skip to content

Commit

Permalink
Bump Go and Node versions in CI (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Jan 5, 2024
1 parent 12d7750 commit b245cc1
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.19.x
- 1.20.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -188,13 +188,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
linting:
name: lint
permissions:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
fail-fast: false
matrix:
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
yarn-version:
Expand Down Expand Up @@ -331,19 +331,19 @@ jobs:
examples-test-matrix:
- default
goversion:
- 1.19.x
- 1.20.x
languages:
- Cs
- Js
- Ts
- Py
- Fs
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
python-unit-testing:
name: Running ${{ matrix.source-dir }} test
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
source-dir:
- testing-unit-py
test-infra-destroy:
Expand Down Expand Up @@ -474,13 +474,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
test-infra-setup:
name: test-infra-setup
permissions:
Expand Down Expand Up @@ -577,13 +577,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
ts-unit-testing:
name: Running ${{ matrix.source-dir }} test
runs-on: ${{ matrix.platform }}
Expand All @@ -610,7 +610,7 @@ jobs:
fail-fast: false
matrix:
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
source-dir:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
dotnet-version:
- 6.0.114
go-version:
- 1.19.x
- 1.20.x
node-version:
- 16.x
platform:
- ubuntu-latest
python-version:
- "3.9"
- 3.9
32 changes: 16 additions & 16 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.19.x
- 1.20.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -216,13 +216,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
linting:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
fail-fast: false
matrix:
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
yarn-version:
Expand Down Expand Up @@ -371,19 +371,19 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
languages:
- Cs
- Js
- Ts
- Py
- Fs
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
python-unit-testing:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
source-dir:
- testing-unit-py
status-checks:
Expand Down Expand Up @@ -535,13 +535,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
test-infra-setup:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -640,13 +640,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
ts-unit-testing:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:
fail-fast: false
matrix:
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
source-dir:
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.19.x
- 1.20.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -186,13 +186,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
providers:
name: smoke-test-cli-on-providers
permissions:
Expand Down Expand Up @@ -301,19 +301,19 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
languages:
- Cs
- Js
- Ts
- Py
- Fs
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
python-unit-testing:
name: Running ${{ matrix.source-dir }} test
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
source-dir:
- testing-unit-py
test-infra-destroy:
Expand Down Expand Up @@ -444,13 +444,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
test-infra-setup:
name: test-infra-setup
permissions:
Expand Down Expand Up @@ -547,13 +547,13 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.19.x
- 1.20.x
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
pythonversion:
- "3.9"
- 3.9
ts-unit-testing:
name: Running ${{ matrix.source-dir }} test
runs-on: ${{ matrix.platform }}
Expand All @@ -580,7 +580,7 @@ jobs:
fail-fast: false
matrix:
nodeversion:
- 16.x
- 18.x
platform:
- ubuntu-latest
source-dir:
Expand Down
Loading

0 comments on commit b245cc1

Please sign in to comment.