Add a go.mod toolchain version (#4347)

This commit is contained in:
Milos Gajdos 2024-05-16 19:51:27 +01:00 committed by GitHub
commit e0a54de7fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

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