Skip to content

Commit 1bfd1f1

Browse files
build(deps): bump the container-images group across 1 directory with 2 updates
Bumps the container-images group with 2 updates in the /.buildkite directory: docker/library/golang and golangci/golangci-lint. Updates `docker/library/golang` from 1.25.8 to 1.26.1 Updates `golangci/golangci-lint` from v2.9-alpine to v2.11-alpine --- updated-dependencies: - dependency-name: docker/library/golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: container-images - dependency-name: golangci/golangci-lint dependency-version: v2.11-alpine dependency-type: direct:production dependency-group: container-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 866321a commit 1bfd1f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/Dockerfile-compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/golang:1.25.8@sha256:779b230b2508037a8095c9e2d223a6405f8426e12233b694dbae50197b9f6d04
1+
FROM public.ecr.aws/docker/library/golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5
22
COPY build/ssh.conf /etc/ssh/ssh_config.d/
33

44
RUN go install github.com/google/go-licenses@latest

.buildkite/Dockerfile-e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/golang:1.25.8@sha256:779b230b2508037a8095c9e2d223a6405f8426e12233b694dbae50197b9f6d04
1+
FROM public.ecr.aws/docker/library/golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
unzip \

.buildkite/Dockerfile-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM golangci/golangci-lint:v2.9-alpine@sha256:efea7fae4d772680c2c2dc3a067bde22c8c0344dde7e800d110589aaee6ce977
1+
FROM golangci/golangci-lint:v2.11-alpine@sha256:b1c3de5862ad0a95b4e45a993b0f00415835d687e4f12c845c7493b86c13414e

0 commit comments

Comments
 (0)