File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
DEBIAN_FRONTEND : noninteractive
13
13
jobs :
14
14
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
16
16
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
18
18
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
20
20
with :
21
21
run : |
22
22
./test.bash
23
23
make testconvention
24
24
os-versions : ' ["ubuntu-22.04"]'
25
25
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
27
27
with :
28
28
run : |
29
29
go build -o check-log/check-log.exe ./check-log
34
34
go build -o check-uptime/check-uptime.exe ./check-uptime
35
35
go build -o check-tcp/check-tcp.exe ./check-tcp
36
36
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
38
38
# TODO: use workflows repo
39
39
build :
40
40
needs : [test, test-linux]
You can’t perform that action at this time.
0 commit comments