Skip to content

Commit 80d919d

Browse files
authored
Merge pull request #12 from mackerelio/dependabot/github_actions/mackerelio/workflows-1.1.0
Bump mackerelio/workflows from 1.0.2 to 1.1.0
2 parents 0ca05e4 + 7f0a9ef commit 80d919d

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)