mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Follow distribution package requirement
go: github.com/distribution/distribution/v3@v3.0.0 requires go >= 1.23.7; switching to go1.23.8 Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
parent
0d43534ab7
commit
365340b092
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module helm.sh/helm/v4
|
||||
|
||||
go 1.23.0
|
||||
go 1.23.7
|
||||
|
||||
require (
|
||||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
|
||||
|
|
|
|||
Loading…
Reference in a new issue