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 bd4cd52 + e6c8794 commit 75bb38fCopy full SHA for 75bb38f
.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.1.0
+ uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
11
test:
12
- uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
+ uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
13
testrun:
14
- uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
+ uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
15
with:
16
run: go run ./cmd/osstat
0 commit comments