Update CI configs to v0.11.31

Update lint scripts and CI configs.
This commit is contained in:
Pion
2025-10-11 19:45:19 +00:00
committed by philipch07
parent 4ca0aec79b
commit a35c52a050

27
.github/workflows/fuzz.yaml vendored Normal file
View File

@@ -0,0 +1,27 @@
#
# 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: Fuzz
on:
push:
branches:
- master
schedule:
- cron: "0 */8 * * *"
jobs:
fuzz:
uses: pion/.goassets/.github/workflows/fuzz.reusable.yml@master
with:
go-version: "1.25" # auto-update/latest-go-version
fuzz-time: "60s"