Skip to content

Commit 67a8c51

Browse files
.github/workflows/ci: Update base image and go versions
1 parent 32d2213 commit 67a8c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
jobs:
1010
test:
1111
name: Run Tests
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
matrix:
15-
go: [ '1.21.x', '1.20.x', '1.19.x' ]
15+
go: [ '1.24.x', '1.23.x' ]
1616
services:
1717
postgres:
1818
image: postgres

0 commit comments

Comments
 (0)