chore(build): Bump go version to latest (#4851)

This commit is contained in:
Milos Gajdos
2026-04-14 14:12:13 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ jobs:
matrix:
go:
- 1.25.x
- 1.26.1
- 1.26.2
target:
- test-coverage
- test-s3-storage

View File

@@ -2,7 +2,7 @@
# GO_VERSION sets the version of the golang base image to use.
# It must be a supported tag in the docker.io/library/golang image repository.
ARG GO_VERSION=1.25.8
ARG GO_VERSION=1.25.9
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
# It must be a supported tag in the docker.io/library/alpine image repository

View File

@@ -2,7 +2,7 @@
# GO_VERSION sets the version of the golang base image to use.
# It must be a supported tag in the docker.io/library/golang image repository.
ARG GO_VERSION=1.25.8
ARG GO_VERSION=1.25.9
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
# It must be a supported tag in the docker.io/library/alpine image repository

View File

@@ -2,7 +2,7 @@
# GO_VERSION sets the version of the golang base image to use.
# It must be a supported tag in the docker.io/library/golang image repository.
ARG GO_VERSION=1.25.8
ARG GO_VERSION=1.25.9
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
# It must be a supported tag in the docker.io/library/alpine image repository

View File

@@ -2,7 +2,7 @@
# GO_VERSION sets the version of the golang base image to use.
# It must be a supported tag in the docker.io/library/golang image repository.
ARG GO_VERSION=1.25.8
ARG GO_VERSION=1.25.9
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
# It must be a supported tag in the docker.io/library/alpine image repository

View File

@@ -2,7 +2,7 @@
# GO_VERSION sets the version of the golang base image to use.
# It must be a supported tag in the docker.io/library/golang image repository.
ARG GO_VERSION=1.25.8
ARG GO_VERSION=1.25.9
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
# It must be a supported tag in the docker.io/library/alpine image repository