chore(deps): update dependency golang to v1.24.3 (#5163)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-10 04:13:12 +02:00
committed by GitHub
parent 9701cf289c
commit 4c63eb2cc7

View File

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