Skip to content

Commit 90be1ce

Browse files
chore: central update of go-test.yml
1 parent 145bf73 commit 90be1ce

1 file changed

Lines changed: 7 additions & 23 deletions

File tree

.github/workflows/go-test.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
1-
name: go-test
1+
# Generated automatically by org-governance-bot. Do not edit manually.
2+
name: "go-test"
23

34
on:
5+
pull_request:
46
push:
5-
tags:
6-
- v*
77
branches:
88
- main
9-
pull_request:
10-
11-
permissions:
12-
contents: read
9+
tags:
10+
- v*
1311

1412
jobs:
15-
go-test:
16-
name: go-test
17-
strategy:
18-
matrix:
19-
go-version: [1.25.x, 1.26.x]
20-
platform: [ubuntu-latest]
21-
runs-on: ${{ matrix.platform }}
22-
steps:
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 https://github.com/actions/checkout/releases/tag/v6.0.3
24-
with:
25-
persist-credentials: false
26-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 https://github.com/actions/setup-go/releases/tag/v6
27-
with:
28-
go-version: ${{ matrix.go-version }}
29-
- name: go-test
30-
run: go test ./...
13+
orchestrate:
14+
uses: blinklabs-io/actions/.github/workflows/reuseable-go-test.yml@main

0 commit comments

Comments
 (0)