fix go.mod and lint issues

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-03-19 11:52:08 +01:00
parent bf95aa3dfa
commit 212d598ab1
12 changed files with 29 additions and 44 deletions

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/docker/buildx
go 1.23
toolchain go1.23.7
go 1.23.0
require (
github.com/Masterminds/semver/v3 v3.2.1