Skip to content

Commit 7dc5680

Browse files
authored
Merge pull request #19 from mackerelio/update-workflows
use mackerelio/[email protected]
2 parents 11f71db + 1aa62f5 commit 7dc5680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.1.0
15+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
1616
test:
17-
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
17+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
1818
testci:
19-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
19+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
2020
with:
2121
os-versions: '["ubuntu-22.04"]'
2222
run: |

0 commit comments

Comments
 (0)