Skip to content

Commit 6ed6b39

Browse files
committed
Update minimum required go version to 1.22
1 parent 95c30b6 commit 6ed6b39

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go-version: ["1.21", "1.22"]
10+
go-version: ["1.22", "1.23"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/timewarrior-synchronize/timew-sync-server
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2

0 commit comments

Comments
 (0)