Merge pull request #3765 from crazy-max/go-1.26

update to go 1.26
This commit is contained in:
Tõnis Tiigi
2026-03-31 15:44:28 -07:00
committed by GitHub
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.25
ARG GO_VERSION=1.26
ARG ALPINE_VERSION=3.23
ARG XX_VERSION=1.7.0
ARG XX_VERSION=1.9.0
# for testing
ARG DOCKER_VERSION=29.3