Skip to content

Commit

Permalink
Merge pull request #59 from mackerelio/update-workflows
Browse files Browse the repository at this point in the history
use mackerelio/workflows@v1.2.0
  • Loading branch information
yseto authored Dec 11, 2024
2 parents bd4cd52 + e6c8794 commit 75bb38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pull_request:
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
testrun:
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 run ./cmd/osstat

0 comments on commit 75bb38f

Please sign in to comment.