Skip to content

Commit e1d52b3

Browse files
committed
Require Go 1.21+
1 parent 3e40b1a commit e1d52b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- macOS
1212
- Windows
1313
go-version:
14-
- '1.20'
1514
- '1.21'
1615
- '1.22'
16+
- '1.23'
1717
include:
1818
- platform: Linux
1919
os: ubuntu-latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/hattya/go.diff
22

3-
go 1.20
3+
go 1.21

0 commit comments

Comments
 (0)