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 9859adb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ 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 9859adb

Please sign in to comment.