From cb741e3eb13a79ecd88fc5ecf61fc6a070ab7631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:14:18 -0300 Subject: [PATCH] Update all non-major dependencies (#1219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jdesouza --- .circleci/config.yml | 4 ++-- .github/actions/setup-polaris/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07c7c2b6..88d255a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -141,7 +141,7 @@ jobs: test: docker: - - image: cimg/go:1.26.2 + - image: cimg/go:1.26.5 steps: - checkout - *set_environment_variables @@ -157,7 +157,7 @@ jobs: # The goreleaser image tag determins the version of Go. # Manually check goreleaser images for their version of Go. # Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags - - image: goreleaser/goreleaser:v2.15.4 + - image: goreleaser/goreleaser:v2.17.1 steps: - checkout - setup_remote_docker diff --git a/.github/actions/setup-polaris/Dockerfile b/.github/actions/setup-polaris/Dockerfile index e9df0812..50d94573 100644 --- a/.github/actions/setup-polaris/Dockerfile +++ b/.github/actions/setup-polaris/Dockerfile @@ -1,6 +1,6 @@ # The action uses an own Dockerfile on purpose because the root Dockerfile takes way too long to build for an action -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache \ bash \