Skip to content

Commit

Permalink
Merge pull request #301 from EngineeringKiosk/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions: Ubuntu Image + Go Version
  • Loading branch information
andygrunwald authored Jun 9, 2024
2 parents 7a21601 + 588737b commit 1617c29
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podcast-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
data_workflow:
name: Data workflow
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: app
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.21
go-version: 1.22

# Caching go modules to speed up the run
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/render-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
yaml:
name: Render README
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: app
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.21
go-version: 1.22

# Caching go modules to speed up the run
- uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
testing:
name: Test- and linting
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: app
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.21
go-version: 1.22

# Caching go modules to speed up the run
- uses: actions/[email protected]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

compile:
name: Compile application
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [testing]
defaults:
run:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.21
go-version: 1.22

# Caching go modules to speed up the run
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
yaml:
name: YAML linting
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 1617c29

Please sign in to comment.