Skip to content

Commit c8e144c

Browse files
committed
Fix Go version to 1.22
1 parent 7486d81 commit c8e144c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
go-version:
12-
- 1.21.x
1312
- 1.22.x
1413
- 1.23.x
1514
- 1.24.x

go.mod

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

3-
go 1.21.0
3+
go 1.22.0
44

55
require github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)