Skip to content

Commit 2a7c780

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 e59230a commit 2a7c780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ 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
test-linux:
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: |
2222
./test.bash
2323
make testconvention
2424
os-versions: '["ubuntu-22.04"]'
2525
test-windows:
26-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2
26+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
2727
with:
2828
run: |
2929
go build -o check-log/check-log.exe ./check-log

0 commit comments

Comments
 (0)