Files
go-libp2p/.github/workflows/go-check.yml
T
Daniel Norman 898824c4c0 feat: add AutoTLS example (#3103)
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>
2025-02-13 13:21:22 +01:00

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