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 061678e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
1 change: 0 additions & 1 deletion .prolayout.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
module: "github.com/wimspaargaren/prolayout"

Check warning on line 1 in .prolayout.yml

View workflow job for this annotation

GitHub Actions / mcvs-golang-action

1:1 [document-start] missing document start "---"
root:
- name: "bar"

0 comments on commit 061678e

Please sign in to comment.