Skip to content

Commit 7f0a9ef

Browse files
Bump mackerelio/workflows from 1.0.2 to 1.1.0
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] <[email protected]>
1 parent 0ca05e4 commit 7f0a9ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66
- "v[0-9]+.[0-9]+.[0-9]+"
77
jobs:
88
goreleaser:
9-
uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.0.2
9+
uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.1.0

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212
DEBIAN_FRONTEND: noninteractive
1313
jobs:
1414
lint:
15-
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.2
15+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
1616
test:
17-
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2
17+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
1818
integration-test:
19-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2
19+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
2020
with:
2121
run: make testmetric
2222
# For now, neither macos-12 or -13 runners does not have Docker toolbox.

0 commit comments

Comments
 (0)