Add a go.mod toolchain version

go 1.21 added toolchain support. We should now specify a toolchain
version in go.mod.

https://go.dev/doc/toolchain

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
James Hewitt 2024-05-13 14:47:07 +01:00
parent c49220d492
commit 421a359b26
No known key found for this signature in database
GPG key ID: EA6C3C654B6193E4

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