Skip to content

Commit

Permalink
Merge pull request #1243 from mackerelio/update-workflows
Browse files Browse the repository at this point in the history
use mackerelio/[email protected]
  • Loading branch information
yseto authored Dec 11, 2024
2 parents f209585 + 5fd075d commit 2ea1ebf
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,22 +12,22 @@ 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
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
integration-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:
os-versions: '["ubuntu-latest"]'
run: |
make testconvention
./test.bash
integration-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:
os-versions: '["windows-latest"]'
run: |
Expand Down

0 comments on commit 2ea1ebf

Please sign in to comment.