1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Use x.y.0 format for the go module version (#4423)

This commit is contained in:
Milos Gajdos 2024-08-06 11:57:11 +01:00 committed by GitHub
commit 2801004c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod

@ -1,6 +1,6 @@
module github.com/distribution/distribution/v3
go 1.22.5
go 1.22.0
require (
cloud.google.com/go/storage v1.30.1