We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52c0cd commit c2eebc3Copy full SHA for c2eebc3
3 files changed
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
- macOS
12
- Windows
13
go-version:
14
- - 1.17
15
- - 1.18
16
- - 1.19
+ - '1.18'
+ - '1.19'
+ - '1.20'
17
include:
18
- platform: Linux
19
os: ubuntu-latest
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014-2022 Akinori Hattori <hattya@gmail.com>
+Copyright (c) 2014-2023 Akinori Hattori <hattya@gmail.com>
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
go.mod
@@ -1,3 +1,3 @@
module github.com/hattya/go.diff
-go 1.17
+go 1.18
0 commit comments