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
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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