From 8509ff1ee2cb08b161886a4598539c79c4028f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:06:29 +0000 Subject: [PATCH] chore(deps): update docker.io/golang docker tag to v1.27 --- .drone.yml | 6 +++--- Dockerfile.multiarch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d0c59dc..e57e52c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: docker.io/mstruebing/editorconfig-checker - name: lint-golang - image: docker.io/golang:1.22 + image: docker.io/golang:1.27 commands: - make lint volumes: @@ -20,7 +20,7 @@ steps: path: /go - name: test - image: docker.io/golang:1.22 + image: docker.io/golang:1.27 commands: - make test volumes: @@ -54,7 +54,7 @@ steps: - make release - name: executable - image: docker.io/golang:1.22 + image: docker.io/golang:1.27 commands: - $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index d02b2ab..a977a7a 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build +FROM --platform=$BUILDPLATFORM docker.io/golang:1.27@sha256:512690a5660563b57d37ecc31129e7f136e831db2aed24a1dbeb8ad7380dc0fa as build ARG TARGETOS ARG TARGETARCH