Skip to content

Commit 28f720b

Browse files
committed
Merge branch 'develop' (v0.8.1 β€” Go 1.26.5 govulncheck fix)
2 parents 9504a27 + a301bda commit 28f720b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1111

1212
### Fixed
1313

14-
- **Dockerfile:** Bump Go toolchain `golang:1.26.4-alpine` β†’ `1.26.5-alpine`. Fixes GO-2026-4970 (High, stdlib) detected by `make docker-scan`.
14+
- **Go toolchain:** Bump `go.mod` and Dockerfile to **1.26.5** (was `go.mod` 1.26.4 / image `golang:1.26.4-alpine`). Fixes **GO-2026-4970** (High, stdlib; `make docker-scan`) and **GO-2026-5856** (`crypto/tls` ECH privacy leak; `govulncheck` in CI).
1515

1616
## [0.8.0] - 2026-06-26
1717

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CI](https://github.com/hrodrig/gghstats/actions/workflows/ci.yml/badge.svg)](https://github.com/hrodrig/gghstats/actions)
88
[![codecov](https://codecov.io/gh/hrodrig/gghstats/graph/badge.svg)](https://codecov.io/gh/hrodrig/gghstats)
99
[![gghstats clones](https://gghstats.hermesrodriguez.com/api/v1/badge/hrodrig/gghstats?metric=clones)](https://gghstats.hermesrodriguez.com/hrodrig/gghstats)
10-
[![Go 1.26.4](https://img.shields.io/badge/go-1.26.4-00ADD8?logo=go)](https://go.dev/)
10+
[![Go 1.26.5](https://img.shields.io/badge/go-1.26.5-00ADD8?logo=go)](https://go.dev/)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1212
[![pkg.go.dev](https://pkg.go.dev/badge/github.com/hrodrig/gghstats)](https://pkg.go.dev/github.com/hrodrig/gghstats)
1313
[![Go Report Card](https://goreportcard.com/badge/github.com/hrodrig/gghstats)](https://goreportcard.com/report/github.com/hrodrig/gghstats)

β€Žgo.modβ€Ž

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

3-
go 1.26.4
3+
go 1.26.5
44

55
require (
66
github.com/prometheus/client_golang v1.23.2

0 commit comments

Comments
Β (0)