Skip to content

Commit 863b345

Browse files
committed
Update CI configs to v0.11.37
Update lint scripts and CI configs.
1 parent 6dc79c9 commit 863b345

24 files changed

+25
-25
lines changed

.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

.github/workflows/reuse.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: REUSE Compliance Check

0 commit comments

Comments
 (0)