Skip to content

Commit

Permalink
Workflow upgrade: go 1.19, node 16, python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Sep 1, 2022
1 parent daf5ce7 commit 43d452f
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 96 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
generate_coverage_data:
continue-on-error: true
env:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -300,11 +300,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish:
name: publish
needs: test
Expand Down Expand Up @@ -356,11 +356,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish_sdk:
name: publish_sdk
needs: publish
Expand Down Expand Up @@ -440,11 +440,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
test:
name: test
needs: build_sdk
Expand Down Expand Up @@ -530,16 +530,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
name: main
on:
push:
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
generate_coverage_data:
continue-on-error: true
env:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -300,11 +300,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish:
name: publish
needs: test
Expand Down Expand Up @@ -356,11 +356,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish_sdk:
name: publish_sdk
needs: publish
Expand Down Expand Up @@ -440,11 +440,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
test:
name: test
needs: build_sdk
Expand Down Expand Up @@ -530,16 +530,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
name: master
on:
push:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -168,11 +168,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
test:
name: test
needs: build_sdk
Expand Down Expand Up @@ -258,16 +258,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
name: cron
on:
schedule:
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18.x
- 1.19.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -243,11 +243,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish:
name: publish
needs: test
Expand Down Expand Up @@ -299,11 +299,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
publish_sdk:
name: publish_sdk
needs: publish
Expand Down Expand Up @@ -383,11 +383,11 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
test:
name: test
needs: build_sdk
Expand Down Expand Up @@ -473,16 +473,16 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.18.x
- 1.19.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.7"
- "3.9"
name: prerelease
on:
push:
Expand Down
Loading

0 comments on commit 43d452f

Please sign in to comment.