mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-22 11:50:06 +00:00
chore(deps): update dependency golang to v1.24.5 (#5314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5de2d26b8d
commit
acadfbb235
@ -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.4
|
GO_VERSION=1.24.5
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user