File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.0.2
15
+ uses : mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
16
16
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
18
18
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
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.0.2
26
+ uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
27
27
with :
28
28
run : |
29
29
go build -o check-log/check-log.exe ./check-log
You can’t perform that action at this time.
0 commit comments