bump go.mod to 1.20

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-04-25 21:45:40 +02:00
parent afcaa8df5f
commit 8f72fb353c
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/docker/buildx
go 1.19
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.0