We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d54a2 + 81ae62c commit c7f9c2fCopy full SHA for c7f9c2f
.github/workflows/main.yml
@@ -7,10 +7,10 @@ on:
7
pull_request:
8
jobs:
9
lint:
10
- uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.1
+ uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
11
test:
12
- uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.1
+ uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
13
testrun:
14
- uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.1
+ uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
15
with:
16
run: go run ./cmd/osstat
0 commit comments