Merge pull request #2978 from jsternberg/rangefunc-go1.22-revert

buildflags: make work on go 1.22 by reverting rangefunc usage
This commit is contained in:
CrazyMax
2025-02-11 10:47:01 +01:00
committed by GitHub
7 changed files with 52 additions and 33 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/docker/buildx
go 1.23.0
go 1.22.0
require (
github.com/Masterminds/semver/v3 v3.2.1