mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-22 16:17:19 +08:00
ci: uci/copy-templates (#2747)
* chore: add or force update .github/workflows/go-test.yml * chore: add or force update .github/workflows/go-check.yml * chore: add or force update .github/workflows/releaser.yml * chore: add or force update .github/workflows/release-check.yml * chore: add or force update .github/workflows/tagpush.yml * chore: add or force update .github/workflows/go-test.yml * chore: add or force update .github/workflows/go-check.yml * chore: add or force update .github/workflows/releaser.yml * chore: add or force update .github/workflows/release-check.yml * chore: add or force update .github/workflows/tagpush.yml * chore: add or force update .github/workflows/go-test.yml * chore: add or force update .github/workflows/go-check.yml * chore: add or force update .github/workflows/releaser.yml * chore: add or force update .github/workflows/release-check.yml * chore: add or force update .github/workflows/tagpush.yml * Update go-check.yml * Update go-test.yml
This commit is contained in:
@@ -15,6 +15,6 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
go-check:
|
||||
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
|
||||
with:
|
||||
go-generate-ignore-protoc-version-comments: true
|
||||
|
||||
@@ -15,6 +15,8 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
go-test:
|
||||
uses: libp2p/uci/.github/workflows/go-test.yml@v0.0
|
||||
uses: libp2p/uci/.github/workflows/go-test.yml@v1.0
|
||||
with:
|
||||
go-versions: '["1.21.x", "1.22.x"]'
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
@@ -16,4 +16,4 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
release-check:
|
||||
uses: pl-strflt/uci/.github/workflows/release-check.yml@v0.0
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1.0
|
||||
|
||||
@@ -14,4 +14,4 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
releaser:
|
||||
uses: pl-strflt/uci/.github/workflows/releaser.yml@v0.0
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0
|
||||
|
||||
@@ -15,4 +15,4 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
releaser:
|
||||
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/tagpush.yml@v1.0
|
||||
|
||||
Reference in New Issue
Block a user