Update docker.io/techknowlogick/xgo Docker tag to go-1.27.x (#7056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-08-22 12:09:24 +02:00
committed by GitHub
co-authored by lnx01
parent 54a462ac2d
commit bfb0ce41af
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ when:
variables:
- &golang_image 'docker.io/golang:1.26'
- &node_image 'docker.io/node:24-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.26.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.27.x'
# cspell:words bindata netgo
+1 -1
View File
@@ -1,7 +1,7 @@
variables:
- &golang_image 'docker.io/golang:1.26'
- &node_image 'docker.io/node:24-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.26.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.27.x'
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:6.1.1'
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64'
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64,freebsd/amd64'
+1 -1
View File
@@ -3,7 +3,7 @@ GOFUMPT_VERSION := v0.11.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v2.12.2
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_VERSION := go-1.26.x
XGO_VERSION := go-1.27.x
GO_PACKAGES ?= $(shell go list ./... | grep -v /vendor/)