mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 12:13:48 +00:00
chore(deps): update golang-lang (#5423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b50307a89
commit
57b1be28dd
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ tasks:
|
||||||
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
|
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
|
||||||
init: |
|
init: |
|
||||||
# renovate: datasource=golang-version depName=golang
|
# renovate: datasource=golang-version depName=golang
|
||||||
GO_VERSION=1.24.6
|
GO_VERSION=1.25.0
|
||||||
rm -rf ~/go
|
rm -rf ~/go
|
||||||
curl -fsSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz | tar xzs -C ~/
|
curl -fsSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz | tar xzs -C ~/
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
|
|
@ -9,7 +9,7 @@ when:
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.25'
|
- &golang_image 'docker.io/golang:1.25'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.24.x'
|
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.25.x'
|
||||||
|
|
||||||
# cspell:words bindata netgo
|
# cspell:words bindata netgo
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.25'
|
- &golang_image 'docker.io/golang:1.25'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.24.x'
|
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.25.x'
|
||||||
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:6.0.2'
|
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:6.0.2'
|
||||||
- &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.24.x
|
XGO_VERSION ?= go-1.25.x
|
||||||
CGO_CFLAGS ?= $(shell go env CGO_CFLAGS)
|
CGO_CFLAGS ?= $(shell go env CGO_CFLAGS)
|
||||||
endif
|
endif
|
||||||
CGO_CFLAGS ?=
|
CGO_CFLAGS ?=
|
||||||
|
|
Loading…
Reference in a new issue