Skip to content

Commit f490d74

Browse files
committed
Upgrade golang version
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent f6852ec commit f490d74

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3131
defaults (expire: 1day, formatter: plaintext, gzip: enabled).
3232
- Remove duplicate error output in the main function.
3333

34+
### Security
35+
36+
- Upgrade to go1.26
37+
- Upgrade go dependencies
38+
3439
## [2.1.1] - 2025-09-08
3540

3641
### Fixed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.gearno.de/privatebin/v2
22

3-
go 1.25
3+
go 1.26
44

55
require (
66
github.com/spf13/cobra v1.10.2

0 commit comments

Comments
 (0)