Skip to content

Commit c26c9e9

Browse files
committed
Drop support for Go 1.18.
1 parent 7d8747e commit c26c9e9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15-
- "1.18"
1615
- "1.19"
1716
- "1.20"
1817
- "1.21"

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* Fix writer failure not being returned from `Patch` methods.
1313
* Remove all usages of the now deprecated `io/ioutil` package.
1414

15+
### Removed
16+
* Drop support for Go 1.18.
17+
1518
## [1.0.2] - 2025-02-27
1619
### Changed
1720
* Update kingpin v2 import path.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/icedream/go-bsdiff
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)