Skip to content

Commit a750460

Browse files
committed
Drop minimum go version to 1.16.
This was updated to an arbitrarily recent version, but the library doesn't need any functionality from after 1.16
1 parent fbb87c2 commit a750460

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.4.1 - 2025-08-25
4+
5+
- Reduced minimum go version to 1.16
6+
37
## 1.4.0 - 2025-07-08
48

59
- Minor dependency update.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/csmith/gitrefs
22

3-
go 1.24.4
3+
go 1.16
44

55
require github.com/hashicorp/go-version v1.7.0

0 commit comments

Comments
 (0)