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 2d28cd2 commit cd8f45a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ 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
integration-test:
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: make testmetric
# For now, neither macos-12 or -13 runners does not have Docker toolbox.
Expand Down

0 comments on commit cd8f45a

Please sign in to comment.