Skip to content

Commit

Permalink
build: Ensure that ubuntu 22.04 is used for the golang action as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 21, 2024
1 parent 71e1430 commit d9116ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ permissions:
packages: read
jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@v0.8.2
- uses: schubergphilis/mcvs-golang-action@89-1-space-yamllint
with:
code_coverage_expected: 62.3
gci: "false"
Expand Down

0 comments on commit d9116ee

Please sign in to comment.