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:
web3-bot
2024-03-21 17:09:46 +00:00
committed by GitHub
parent 96e0780491
commit 39242a499c
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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
+3 -1
View File
@@ -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 }}
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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