Skip to content

Commit

Permalink
Update go-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Mar 21, 2024
1 parent 4a13767 commit 3303211
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Test
on:
pull_request:
push:
branches: ["master","release-v018","release-v022","release-v023","release-v026","release-v027","release-v028","release-v029","release-v030","release-v031","release-v032","release-v033"]
branches: ["master","release-v0[0-9][0-9]"]
workflow_dispatch:

permissions:
Expand All @@ -15,6 +15,8 @@ concurrency:

jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.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 }}

0 comments on commit 3303211

Please sign in to comment.