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 a9d993d
Show file tree
Hide file tree
Showing 2 changed files with 8 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
5 changes: 5 additions & 0 deletions .prolayout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
module: "github.com/wimspaargaren/prolayout"
root:
- name: "bar"





Check failure on line 9 in .prolayout.yml

View workflow job for this annotation

GitHub Actions / mcvs-golang-action

9:1 [empty-lines] too many blank lines (5 > 0)

0 comments on commit a9d993d

Please sign in to comment.