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 11f71db + 1aa62f5 commit 7dc5680Copy full SHA for 7dc5680
.github/workflows/test.yml
@@ -12,11 +12,11 @@ env:
12
DEBIAN_FRONTEND: noninteractive
13
jobs:
14
lint:
15
- uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
+ uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
16
test:
17
- uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
+ uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
18
testci:
19
- uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
+ uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
20
with:
21
os-versions: '["ubuntu-22.04"]'
22
run: |
0 commit comments