From 0480c63a6ca155691eaedcde1066809e23f7076e Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:44:41 +0000 Subject: [PATCH] Update CI configs to v0.11.31 Update lint scripts and CI configs. --- .github/workflows/fuzz.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/fuzz.yaml diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml new file mode 100644 index 0000000..2f888ad --- /dev/null +++ b/.github/workflows/fuzz.yaml @@ -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 +# 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"