Skip to content

Commit

Permalink
chore: update golangci-lint workflow to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
- Changed the runner environment from Ubuntu 20.04 to Ubuntu 22.04 for improved compatibility and performance.
- This update aligns with recent enhancements in the golangci-lint workflow, ensuring better support for the latest features and optimizations.
  • Loading branch information
tphakala committed Jan 16, 2025
1 parent b6528e1 commit d70b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

unit-tests:
needs: golangci
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit d70b79e

Please sign in to comment.