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

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