Skip to content

Commit

Permalink
Merge pull request #666 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 d218306 + 66d5e61 commit a9b5112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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
build:
needs: [lint, test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit a9b5112

Please sign in to comment.