From 97e9ce50b445eeb6a470af364edcf6cc06fbbfa6 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 2 Sep 2026 02:02:05 +0000 Subject: [PATCH] Update golang Docker tag to v1.27.1 --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 25dc019..8446179 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ steps: test: - image: golang:1.27.0 + image: golang:1.27.1 environment: CGO_ENABLED: 0 GOOS: linux @@ -10,7 +10,7 @@ steps: - go_build_cache:/root/.cache/go-build - go_mod_cache:/go/pkg/mod build: - image: golang:1.27.0 + image: golang:1.27.1 environment: CGO_ENABLED: 0 GOOS: linux