Skip to content

Commit e0e4c31

Browse files
pionbotJoTurk
authored andcommitted
Update CI configs to v0.11.37
Update lint scripts and CI configs.
1 parent eec6c37 commit e0e4c31

24 files changed

+25
-25
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
GO_MOD_VERSION_EXPECTED=1.24

.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")")"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

.github/plot.png.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

.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

0 commit comments

Comments
 (0)