Build with Go 1.26.8

The first release run stopped at govulncheck: go.mod named 1.26.5, so
the workflow built with it, and 1.26.5 carries four standard-library
vulnerabilities the tool reaches (net/url GO-2026-6218, crypto/tls
GO-2026-6090, encoding/asn1 GO-2026-5972, net/http GO-2026-5026), all
fixed in 1.26.6. 1.26.8 is the current patch release; govulncheck is
clean on it, and it is also the minimum for building from source.
This commit is contained in:
2026-09-13 22:23:39 -07:00
parent 1332ade130
commit e65b05a9b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ same bytes from the same commit.
### From source
With Go 1.26 or newer:
With Go 1.26.8 or newer:
```bash
git clone https://github.com/Coffey-Labs/ihasmail-oneshot.git
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/Coffey-Labs/ihasmail-oneshot
go 1.26.5
go 1.26.8