mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-31 23:19:04 +00:00
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:
parent
0d9b5ce18b
commit
feb2a5da2e
@ -9,7 +9,7 @@ when:
|
|||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.24'
|
- &golang_image 'docker.io/golang:1.24'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &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
|
# cspell:words bindata netgo
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.24'
|
- &golang_image 'docker.io/golang:1.24'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &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'
|
- &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_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'
|
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'
|
||||||
|
2
Makefile
2
Makefile
@ -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" )
|
HAS_GO = $(shell hash go > /dev/null 2>&1 && echo "GO" || echo "NOGO" )
|
||||||
ifeq ($(HAS_GO),GO)
|
ifeq ($(HAS_GO),GO)
|
||||||
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
# 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)
|
CGO_CFLAGS ?= $(shell go env CGO_CFLAGS)
|
||||||
endif
|
endif
|
||||||
CGO_CFLAGS ?=
|
CGO_CFLAGS ?=
|
||||||
|
Loading…
Reference in New Issue
Block a user