Skip to content

Commit 9b19233

Browse files
authored
Merge pull request #562 from osscontainertools/dependabot/docker/deploy/golang-1.26.1
bump golang from 1.26.0 to 1.26.1 in /deploy
2 parents 532c6b6 + 7bbd716 commit 9b19233

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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4242
with:
43-
go-version: '1.26.0'
43+
go-version: '1.26.1'
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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3131
with:
32-
go-version: '1.26.0'
32+
go-version: '1.26.1'
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.26.0 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.26.1 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.26
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

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

0 commit comments

Comments
 (0)