Skip to content

Commit 0273f15

Browse files
committed
chore: update to go 1.23.6
Signed-off-by: Ilya Lesikov <[email protected]>
1 parent 46a576d commit 0273f15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/deckhouse/deckhouse-cli
22

3-
go 1.23.1
3+
go 1.23.6
44

5-
toolchain go1.23.1
5+
toolchain go1.23.7
66

77
require (
88
github.com/Masterminds/semver/v3 v3.3.0

Diff for: trdl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dockerImage: registry.deckhouse.io/base_images/golang:1.23.1-bullseye@sha256:a24507d1a36fce86431198a979435dadb187e8d0ce0b5c181f46d6788d84a40f
1+
dockerImage: registry.deckhouse.io/base_images/golang:1.23.6-bullseye@sha256:fad5b33791a319ba1c910a03a33575ea34fc8e142695a64be9a1a228e74af11e
22
commands:
33
- export TASK_VERSION=v3.41.0
44
- export TASK_SHA256=0a2595f7fa3c15a62f8d0c244121a4977018b3bfdec7c1542ac2a8cf079978b8

Diff for: trdl_channels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ groups:
22
- name: "1"
33
channels:
44
- name: ea
5-
version: 0.11.1
5+
version: 0.11.3
66
- name: stable
77
version: 0.10.5

0 commit comments

Comments
 (0)