Merge pull request #1759 from crazy-max/bump-gomod

bump go.mod to 1.20
This commit is contained in:
CrazyMax 2023-04-27 09:00:31 +02:00 committed by GitHub
commit b38c9c7db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

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