Skip to content

Commit 1747433

Browse files
committed
use mackerelio/[email protected]
1 parent df4dde4 commit 1747433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ env:
1212
DEBIAN_FRONTEND: noninteractive
1313
jobs:
1414
lint:
15-
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
15+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
1616
test:
17-
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
17+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
1818
test-linux:
19-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
19+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
2020
with:
2121
run: |
2222
./test.bash
2323
make testconvention
2424
os-versions: '["ubuntu-22.04"]'
2525
test-windows:
26-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
26+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
2727
with:
2828
run: |
2929
go build -o check-log/check-log.exe ./check-log

0 commit comments

Comments
 (0)