Skip to content

Commit

Permalink
Merge pull request #148 from infrawatch/gh-actions-to-ubuntu-latest
Browse files Browse the repository at this point in the history
Update GH actions to use ubuntu-latest
  • Loading branch information
vkmc authored Feb 19, 2025
2 parents 9a2a80b + feb4aea commit 8a43678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on: [push, pull_request]
jobs:
golangci:
name: Linting
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -35,7 +35,7 @@ jobs:
version: v1.51
unit-tests:
name: Unit tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path-to-profile: ${{ github.workspace }}/profile.cov
image-build:
name: Image build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# (github.event.issue.author_association == 'CONTRIBUTOR') ||
# (github.event.issue.author_association == 'MEMBER')
# )
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: update PR with coveralls badge
uses: actions/[email protected]
Expand Down

0 comments on commit 8a43678

Please sign in to comment.