We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8747e commit c26c9e9Copy full SHA for c26c9e9
.github/workflows/test.yml
@@ -12,7 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
go-version:
15
- - "1.18"
16
- "1.19"
17
- "1.20"
18
- "1.21"
CHANGELOG.md
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fix writer failure not being returned from `Patch` methods.
* Remove all usages of the now deprecated `io/ioutil` package.
+### Removed
+* Drop support for Go 1.18.
+
## [1.0.2] - 2025-02-27
19
### Changed
20
* Update kingpin v2 import path.
go.mod
@@ -1,6 +1,6 @@
1
module github.com/icedream/go-bsdiff
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/alecthomas/kingpin/v2 v2.4.0
0 commit comments