bump golang to 1.23.12

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez 2025-08-08 09:06:53 -05:00 committed by Guillaume Lours
parent 0d40064ce8
commit fbc62d111e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.23.10
ARG GO_VERSION=1.23.12
ARG XX_VERSION=1.6.1
ARG GOLANGCI_LINT_VERSION=v2.0.2
ARG ADDLICENSE_VERSION=v1.0.0

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/docker/compose/v2
go 1.23.10
go 1.23.12
require (
github.com/AlecAivazis/survey/v2 v2.3.7