chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.24.x (#4853)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-15 08:03:38 +01:00 committed by GitHub
parent 0d9b5ce18b
commit feb2a5da2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ when:
variables:
- &golang_image 'docker.io/golang:1.24'
- &node_image 'docker.io/node:23-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.24.x'
# cspell:words bindata netgo

View File

@ -1,7 +1,7 @@
variables:
- &golang_image 'docker.io/golang:1.24'
- &node_image 'docker.io/node:23-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.24.x'
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:5.2.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,openbsd/arm64,openbsd/amd64'
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'

View File

@ -40,7 +40,7 @@ CGO_ENABLED ?= 1 # only used to compile server
HAS_GO = $(shell hash go > /dev/null 2>&1 && echo "GO" || echo "NOGO" )
ifeq ($(HAS_GO),GO)
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_VERSION ?= go-1.23.x
XGO_VERSION ?= go-1.24.x
CGO_CFLAGS ?= $(shell go env CGO_CFLAGS)
endif
CGO_CFLAGS ?=