Skip to content

Commit

Permalink
Merge pull request #171 from vrothberg/upgrade
Browse files Browse the repository at this point in the history
update CI to 24.04 and newer go versions
  • Loading branch information
vrothberg authored Mar 5, 2025
2 parents 699b6ba + e85b31a commit 772e390
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 772e390

Please sign in to comment.