Skip to content

Commit 3ecba3e

Browse files
authored
Merge pull request #892 from mackerelio/dependabot/github_actions/mackerelio/workflows-1.3.0
Bump mackerelio/workflows from 1.2.0 to 1.3.0
2 parents 3dc1156 + 5bd04f6 commit 3ecba3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 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.2.0
15+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.3.0
1616
test:
17-
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
17+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.3.0
1818
test-linux:
19-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
19+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.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.2.0
26+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.0
2727
with:
2828
run: |
2929
go build -o check-log/check-log.exe ./check-log
@@ -34,7 +34,7 @@ jobs:
3434
go build -o check-uptime/check-uptime.exe ./check-uptime
3535
go build -o check-tcp/check-tcp.exe ./check-tcp
3636
go build -o check-file-age/check-file-age.exe ./check-file-age
37-
os-versions: '["windows-2022"]'
37+
os-versions: '["windows-2022", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
3838
# TODO: use workflows repo
3939
build:
4040
needs: [test, test-linux]

0 commit comments

Comments
 (0)