Skip to content

Commit

Permalink
build: Use golang-action 0.8.2 as that one contains the optional GCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 21, 2024
1 parent ee51760 commit 71e1430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ permissions:
contents: read
packages: read
jobs:
#
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@87-optional-gci
- uses: schubergphilis/mcvs-golang-action@v0.8.2
with:
code_coverage_expected: 62.3
gci: "false"
Expand Down

0 comments on commit 71e1430

Please sign in to comment.