Skip to content

Commit ffe3ada

Browse files
committed
update: bump toolchain, release
1 parent 38c4fa9 commit ffe3ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/certinfo/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func main() {
6262

6363
// out ...
6464
func out(msg string) {
65-
os.Stdout.Write([]byte(msg))
65+
_, _ = os.Stdout.Write([]byte(msg))
6666
}
6767

6868
// isPipe ...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module paepcke.de/certinfo
22

3-
go 1.24.1
3+
go 1.24.4
44

55
require (
66
github.com/google/certificate-transparency-go v1.3.2

0 commit comments

Comments
 (0)