Skip to content

Commit

Permalink
use mackerelio/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Dec 11, 2024
1 parent df4dde4 commit 1747433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
test-linux:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
with:
run: |
./test.bash
make testconvention
os-versions: '["ubuntu-22.04"]'
test-windows:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
with:
run: |
go build -o check-log/check-log.exe ./check-log
Expand Down

0 comments on commit 1747433

Please sign in to comment.