Skip to content

Commit 772e390

Browse files
authored
Merge pull request #171 from vrothberg/upgrade
update CI to 24.04 and newer go versions
2 parents 699b6ba + e85b31a commit 772e390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: [1.20.x, 1.21.x]
17+
go-version: [1.23.x, 1.24.x]
1818
race: ["-race", ""]
1919

2020
steps:

0 commit comments

Comments
 (0)