Skip to content

Commit

Permalink
update CI to 24.04 and newer go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Mar 5, 2025
1 parent 699b6ba commit e85b31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.23.x, 1.24.x]
race: ["-race", ""]

steps:
Expand Down

0 comments on commit e85b31a

Please sign in to comment.