Skip to content

Commit c0a439d

Browse files
authored
Merge pull request #19953 from smartcontractkit/chore/release/2.29.0/bump-go-1.25.3
Bump Go to 1.25.3 for v2.29.0-rc.1 rebuild
2 parents 9181be8 + 841b76e commit c0a439d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.24.5
1+
golang 1.25.3
22
mockery 2.53.0
33
nodejs 20.13.1
44
pnpm 10.6.5

core/chainlink.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# Build image: Chainlink binary with plugins.
33
##
4-
FROM golang:1.25.2-bookworm AS buildgo
4+
FROM golang:1.25.3-bookworm AS buildgo
55
RUN go version
66
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
77

plugins/chainlink.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# XXX: Experimental -- not to be used to build images for production use.
44
# See: ../core/chainlink.Dockerfile for the production Dockerfile.
55
##
6-
FROM golang:1.24-bullseye AS buildgo
6+
FROM golang:1.25.3-bookworm AS buildgo
77
RUN go version
88
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)