Skip to content

Commit 1bc8637

Browse files
build(deps): bump golang from 1.23 to 1.24 in /build in the docker group
Bumps the docker group in /build with 1 update: golang. Updates `golang` from 1.23 to 1.24 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09489d5 commit 1bc8637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build/buildx-alpine.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM golang:1.23-alpine
2+
FROM golang:1.24-alpine
33

44
# related to https://github.com/golangci/golangci-lint/issues/3107
55
ENV GOROOT /usr/local/go

Diff for: build/buildx.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM golang:1.23
2+
FROM golang:1.24
33

44
# related to https://github.com/golangci/golangci-lint/issues/3107
55
ENV GOROOT /usr/local/go

0 commit comments

Comments
 (0)