Skip to content

Commit

Permalink
Merge pull request #12 from mackerelio/dependabot/github_actions/mack…
Browse files Browse the repository at this point in the history
…erelio/workflows-1.1.0

Bump mackerelio/workflows from 1.0.2 to 1.1.0
  • Loading branch information
lufia authored Feb 26, 2024
2 parents 0ca05e4 + 7f0a9ef commit 80d919d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
goreleaser:
uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.0.2
uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.1.0
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.0.2
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
integration-test:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
with:
run: make testmetric
# For now, neither macos-12 or -13 runners does not have Docker toolbox.
Expand Down

0 comments on commit 80d919d

Please sign in to comment.