Skip to content

Commit

Permalink
Bump mackerelio/workflows from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [mackerelio/workflows](https://github.com/mackerelio/workflows) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/mackerelio/workflows/releases)
- [Commits](mackerelio/workflows@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: mackerelio/workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 0ca05e4 commit 7f0a9ef
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 7f0a9ef

Please sign in to comment.