File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
- " v[0-9]+.[0-9]+.[0-9]+"
7
7
jobs :
8
8
goreleaser :
9
- uses : mackerelio/workflows/.github/workflows/goreleaser.yml@v1.0.2
9
+ uses : mackerelio/workflows/.github/workflows/goreleaser.yml@v1.1.0
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
integration-test :
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 : make testmetric
22
22
# For now, neither macos-12 or -13 runners does not have Docker toolbox.
You can’t perform that action at this time.
0 commit comments