Skip to content

Commit 22caf99

Browse files
committed
fix: update Go to 1.26.1 to fix stdlib vulnerabilities
Fixes GO-2026-4599, GO-2026-4600, GO-2026-4601, GO-2026-4602, GO-2026-4603 (crypto/x509, net/url, os, html/template). Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 5ddc77d commit 22caf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/netresearch/ofelia
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2

0 commit comments

Comments
 (0)