Update all non-major dependencies (#1219)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jdesouza <james@fairwinds.com>
This commit is contained in:
renovate[bot]
2026-08-06 09:14:18 -03:00
committed by GitHub
co-authored by lnx01 jdesouza
parent b65142e8be
commit cb741e3eb1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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 \