Skip to content

Commit

Permalink
fix: updated CI ubuntu version
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kalashnykov <[email protected]>
  • Loading branch information
AndriyKalashnykov committed Jan 18, 2024
1 parent c663f1c commit 1597ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
go-version: [ 1.21 ]
os: [ ubuntu-22.04]
os: [ ubuntu-latest]
needs: [ tests, staticcheck, builds ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1597ff3

Please sign in to comment.