Skip to content

Commit 709ca8f

Browse files
pionbotJoTurk
authored andcommitted
Update CI configs to v0.11.37
Update lint scripts and CI configs.
1 parent e87e37e commit 709ca8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+67
-67
lines changed

.github/.ci.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
1+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
22
# SPDX-License-Identifier: MIT
33

44
PRE_TEST_HOOK=_install_dependencies_hook

.github/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
1+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
22
# SPDX-License-Identifier: MIT
33

44
.goassets

.github/fetch-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
set -eu

.github/install-hooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
SCRIPT_PATH="$(realpath "$(dirname "$0")")"

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: API

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: CodeQL

.github/workflows/fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: Fuzz

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: Lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: Release

.github/workflows/renovate-go-sum-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If you want to update the shared CI config, send a PR to
99
# https://github.com/pion/.goassets instead of this repository.
1010
#
11-
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
11+
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
1212
# SPDX-License-Identifier: MIT
1313

1414
name: Fix go.sum

0 commit comments

Comments
 (0)