Merge pull request #1557 from crazy-max/gomod-1.19

go.mod: bump to Go 1.19
This commit is contained in:
CrazyMax
2023-02-11 22:47:51 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/docker/buildx
go 1.17
go 1.19
require (
github.com/aws/aws-sdk-go-v2/config v1.15.5