From 1f7dacfb58bd45868980c8c5b07c61bf1b23fea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 01:56:21 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.5 --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b45262c..8db2485 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,7 +4,7 @@ when: branch: ${CI_REPO_DEFAULT_BRANCH} variables: - - &golang_image "golang:1.21.4" + - &golang_image "golang:1.21.5" - &when - path: &when_path # related config files - ".woodpecker/test.yml"