1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-10-30 23:27:39 +02:00

chore(deps): update dependency golang to v1.25.3 (#5648)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-18 04:14:15 +02:00
committed by GitHub
parent 0372554ddd
commit 3b084fa1ce

View File

@@ -10,7 +10,7 @@ tasks:
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
init: |
# renovate: datasource=golang-version depName=golang
GO_VERSION=1.25.2
GO_VERSION=1.25.3
rm -rf ~/go
curl -fsSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz | tar xzs -C ~/
go mod tidy