Skip to content

Commit c2eebc3

Browse files
committed
Require Go 1.18+
1 parent d52c0cd commit c2eebc3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- macOS
1212
- Windows
1313
go-version:
14-
- 1.17
15-
- 1.18
16-
- 1.19
14+
- '1.18'
15+
- '1.19'
16+
- '1.20'
1717
include:
1818
- platform: Linux
1919
os: ubuntu-latest

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2022 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2014-2023 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

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.17
3+
go 1.18

0 commit comments

Comments
 (0)