Skip to content

Commit f61d8f9

Browse files
chore(deps): bump golang from 1.25.2-trixie to 1.25.3-trixie (#5256)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Hidde Beydals <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6d618d commit f61d8f9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test-unit:
1818
runs-on: ubuntu-latest
1919
container:
20-
image: golang:1.25.2-trixie
20+
image: golang:1.25.3-trixie
2121
steps:
2222
# Install Git from "trixie" repository to get a more recent version than
2323
# the one available in "stable". This can be removed once the version in
@@ -81,7 +81,7 @@ jobs:
8181
checks: write # Used to create checks (linting comments) on PRs
8282
runs-on: ubuntu-latest
8383
container:
84-
image: golang:1.25.2-trixie
84+
image: golang:1.25.3-trixie
8585
steps:
8686
- name: Checkout code
8787
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -104,7 +104,7 @@ jobs:
104104
lint-charts:
105105
runs-on: ubuntu-latest
106106
container:
107-
image: golang:1.25.2-trixie
107+
image: golang:1.25.3-trixie
108108
steps:
109109
- name: Checkout code
110110
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -129,7 +129,7 @@ jobs:
129129
checks: write # Used to create checks (linting comments) on PRs
130130
runs-on: ubuntu-latest
131131
container:
132-
image: golang:1.25.2-trixie
132+
image: golang:1.25.3-trixie
133133
steps:
134134
- name: Checkout code
135135
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -152,7 +152,7 @@ jobs:
152152
check-codegen:
153153
runs-on: ubuntu-latest
154154
container:
155-
image: golang:1.25.2-trixie
155+
image: golang:1.25.3-trixie
156156
steps:
157157
- name: Checkout code
158158
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -228,7 +228,7 @@ jobs:
228228
needs: [test-unit, lint-go, lint-charts, lint-proto, lint-and-typecheck-ui, check-codegen]
229229
runs-on: ubuntu-latest
230230
container:
231-
image: golang:1.25.2-trixie
231+
image: golang:1.25.3-trixie
232232
steps:
233233
- name: Checkout code
234234
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
if: github.event_name == 'release'
178178
runs-on: ubuntu-latest
179179
container:
180-
image: golang:1.25.2-trixie
180+
image: golang:1.25.3-trixie
181181
strategy:
182182
matrix:
183183
os: [linux, darwin, windows]
@@ -256,7 +256,7 @@ jobs:
256256
if: github.event_name != 'release'
257257
runs-on: ubuntu-latest
258258
container:
259-
image: golang:1.25.2-trixie
259+
image: golang:1.25.3-trixie
260260
strategy:
261261
matrix:
262262
os: [linux, darwin, windows]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN NODE_ENV='production' VERSION=${VERSION} pnpm run build
2020
####################################################################################################
2121
# back-end-builder
2222
####################################################################################################
23-
FROM --platform=$BUILDPLATFORM golang:1.25.2-trixie AS back-end-builder
23+
FROM --platform=$BUILDPLATFORM golang:1.25.3-trixie AS back-end-builder
2424

2525
ARG TARGETOS
2626
ARG TARGETARCH

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.2-trixie
1+
FROM golang:1.25.3-trixie
22

33
ARG TARGETARCH
44

0 commit comments

Comments
 (0)