Skip to content

Commit 2c72a49

Browse files
Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml
Bumps [mackerelio/workflows/.github/workflows/setup-go-matrix.yml](https://github.com/mackerelio/workflows) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/mackerelio/workflows/releases) - [Commits](mackerelio/workflows@6cab415...5273643) --- updated-dependencies: - dependency-name: mackerelio/workflows/.github/workflows/setup-go-matrix.yml dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33a7dde commit 2c72a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
pre: |
2020
echo "GOTOOLCHAIN=auto" >> $GITHUB_ENV
2121
test-linux:
22-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@6cab415574bf67882182b34516fd2934b9dc5800 # v1.7.0
22+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@52736435ff08612880b76fd6618ca82ae7bba420 # v1.8.0
2323
with:
2424
run: |
2525
export GOTOOLCHAIN=auto
2626
./test.bash
2727
make testconvention
2828
os-versions: '["ubuntu-24.04"]'
2929
test-windows:
30-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@6cab415574bf67882182b34516fd2934b9dc5800 # v1.7.0
30+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@52736435ff08612880b76fd6618ca82ae7bba420 # v1.8.0
3131
with:
3232
run: |
3333
export GOTOOLCHAIN=auto

0 commit comments

Comments
 (0)