mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-23 00:27:05 +08:00
898824c4c0
Co-authored-by: Daniel N <2color@users.noreply.github.com> Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Piotr Galar <piotr.galar@gmail.com> Co-authored-by: Prithvi Shahi <shahi.prithvi@gmail.com>
22 lines
495 B
YAML
22 lines
495 B
YAML
name: Go Checks
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches: ["master","release-v0[0-9][0-9]"]
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
go-check:
|
|
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
|
|
with:
|
|
go-version: "1.23.x"
|
|
go-generate-ignore-protoc-version-comments: true
|