Skip to content

Commit

Permalink
build: Use golang-action v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Nov 1, 2024
1 parent c44834f commit 067b64a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,26 @@ permissions:
contents: read
packages: read
jobs:
mcvs-golang-action:
MCVS-golang-action:
strategy:
matrix:
testing-type:
- component
- coverage
- integration
- lint
- security-golang-modules
- security-grype
- security-trivy
- unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.2.1
- uses: schubergphilis/mcvs-golang-action@v0.8.3
- uses: actions/checkout@v4.1.1
- uses: schubergphilis/mcvs-golang-action@v0.9.4
with:
code_coverage_expected: 62.3
code-coverage-expected: 62.3
gci: "false"
golang-unit-tests-exclusions: |-
\(cmd\/prolayout\)
golangci-lint-version: v1.61.0
testing-type: ${{ matrix.testing-type }}

0 comments on commit 067b64a

Please sign in to comment.