Skip to content

Commit 485b30b

Browse files
committed
ci: test go 1.25
Signed-off-by: Paul Holzinger <[email protected]>
1 parent b4e6d71 commit 485b30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
baseimage: ['debian:bullseye', 'debian:trixie', 'ubuntu:20.04', 'ubuntu:24.04', 'fedora']
21-
go: [1.23, 1.24]
21+
go: [1.23, 1.24, 1.25]
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Run tests in container

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ['1.23.x', '1.24.x']
17+
go: ['1.23.x', '1.24.x', '1.25.x']
1818
steps:
1919
- run: sudo apt-get -qq update
2020
- name: Install libsystemd-dev

0 commit comments

Comments
 (0)