Skip to content

Commit db3f744

Browse files
authored
Merge pull request #491 from osscontainertools/dependabot/docker/deploy/golang-1.26rc3
chore(deps): bump golang from 1.25.6 to 1.25.7 in /deploy
2 parents 361e584 + 1cba7ca commit db3f744

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4242
with:
43-
go-version: '1.25.6'
43+
go-version: '1.25.7'
4444
check-latest: true
4545

4646
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3131
with:
32-
go-version: '1.25.6'
32+
go-version: '1.25.7'
3333
check-latest: true
3434

3535
- run: make test

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BUILDPLATFORM
16-
FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
1717
WORKDIR /src
1818

1919
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/osscontainertools/kaniko
22

33
go 1.25.0
44

5-
toolchain go1.25.6
5+
toolchain go1.25.7
66

77
require (
88
cloud.google.com/go/storage v1.59.2

0 commit comments

Comments
 (0)