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 93fd66f commit 46282df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
convention:
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 convention
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
with:
# Please do not specify `windows-latest`
# Build process is complex then need to check operation.
Expand Down

0 comments on commit 46282df

Please sign in to comment.