Skip to content

Commit 73f6754

Browse files
committed
go.mod: bump go to 1.23
Currently, go 1.23 is the "old" supported version, meaning the older versions are no longer supported. Let's use it as a minimally required version. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent f1ddb4e commit 73f6754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.12.x', '1.23.x', '1.24.x']
17+
go: ['1.23.x', '1.24.x']
1818
steps:
1919
- run: sudo apt-get -qq update
2020
- name: Install libsystemd-dev

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/coreos/go-systemd/v22
22

3-
go 1.12
3+
go 1.23
44

55
require github.com/godbus/dbus/v5 v5.1.0

0 commit comments

Comments
 (0)