File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11module github.com/hrodrig/gghstats
22
3- go 1.26.4
3+ go 1.26.5
44
55require (
66 github.com/prometheus/client_golang v1.23.2
You canβt perform that action at this time.
0 commit comments