Skip to content

Commit

Permalink
Merge pull request #1043 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 93fd66f + 46282df commit ce8ba21
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 ce8ba21

Please sign in to comment.