mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Update CI configs to v0.11.4
Update lint scripts and CI configs.
This commit is contained in:
20
.github/workflows/api.yaml
vendored
Normal file
20
.github/workflows/api.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# DO NOT EDIT THIS FILE
|
||||
#
|
||||
# It is automatically copied from https://github.com/pion/.goassets repository.
|
||||
# If this repository should have package specific CI config,
|
||||
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
|
||||
#
|
||||
# If you want to update the shared CI config, send a PR to
|
||||
# https://github.com/pion/.goassets instead of this repository.
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: API
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
uses: pion/.goassets/.github/workflows/api.reusable.yml@master
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
release:
|
||||
uses: pion/.goassets/.github/workflows/release.reusable.yml@master
|
||||
with:
|
||||
go-version: '1.20' # auto-update/latest-go-version
|
||||
go-version: "1.22" # auto-update/latest-go-version
|
||||
|
||||
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
uses: pion/.goassets/.github/workflows/test.reusable.yml@master
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.21', '1.20'] # auto-update/supported-go-version-list
|
||||
go: ["1.22", "1.21"] # auto-update/supported-go-version-list
|
||||
fail-fast: false
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.21', '1.20'] # auto-update/supported-go-version-list
|
||||
go: ["1.22", "1.21"] # auto-update/supported-go-version-list
|
||||
fail-fast: false
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
test-wasm:
|
||||
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
|
||||
with:
|
||||
go-version: '1.20' # auto-update/latest-go-version
|
||||
go-version: "1.22" # auto-update/latest-go-version
|
||||
|
||||
2
.github/workflows/tidy-check.yaml
vendored
2
.github/workflows/tidy-check.yaml
vendored
@@ -22,4 +22,4 @@ jobs:
|
||||
tidy:
|
||||
uses: pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
|
||||
with:
|
||||
go-version: '1.21' # auto-update/latest-go-version
|
||||
go-version: "1.22" # auto-update/latest-go-version
|
||||
|
||||
Reference in New Issue
Block a user