Skip to content

Commit 4108c5d

Browse files
authored
fix(ci): Update release code 3.4 (#18015)
1 parent 5f4f724 commit 4108c5d

File tree

10 files changed

+276
-37
lines changed

10 files changed

+276
-37
lines changed

.github/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "4d8854445092dc2900fb865cde82e51075a54cc3"
11+
"version": "d0273efcf240f2abec5818b4fed0c0dbcaccecf8"
1212
}
1313
],
1414
"legacyImports": true

.github/jsonnetfile.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "4d8854445092dc2900fb865cde82e51075a54cc3",
12-
"sum": "QI0E48jM4dflGOvZcFLYOI2aW3U+7DSjpsU7V6NvVYQ="
11+
"version": "d0273efcf240f2abec5818b4fed0c0dbcaccecf8",
12+
"sum": "xeZUJ5D6c5zpSm4S9ISwYsyZYNsEcMOGrQw96HNQPw4="
1313
}
1414
],
1515
"legacyImports": false

.github/vendor/github.com/grafana/loki-release/workflows/build.libsonnet

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/vendor/github.com/grafana/loki-release/workflows/common.libsonnet

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/vendor/github.com/grafana/loki-release/workflows/release.libsonnet

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lambda-promtail-image":
1111
"env":
1212
"BUILD_TIMEOUT": 60
13-
"GO_VERSION": "1.23.8"
13+
"GO_VERSION": "1.23.10"
1414
"IMAGE_PREFIX": "public.ecr.aws/grafana"
1515
"RELEASE_LIB_REF": "main"
1616
"RELEASE_REPO": "grafana/loki"
@@ -107,7 +107,7 @@
107107
"loki-canary-boringcrypto-image":
108108
"env":
109109
"BUILD_TIMEOUT": 60
110-
"GO_VERSION": "1.23.8"
110+
"GO_VERSION": "1.23.10"
111111
"IMAGE_PREFIX": "grafana"
112112
"RELEASE_LIB_REF": "main"
113113
"RELEASE_REPO": "grafana/loki"
@@ -230,7 +230,7 @@
230230
"loki-canary-image":
231231
"env":
232232
"BUILD_TIMEOUT": 60
233-
"GO_VERSION": "1.23.8"
233+
"GO_VERSION": "1.23.10"
234234
"IMAGE_PREFIX": "grafana"
235235
"RELEASE_LIB_REF": "main"
236236
"RELEASE_REPO": "grafana/loki"
@@ -353,7 +353,7 @@
353353
"loki-image":
354354
"env":
355355
"BUILD_TIMEOUT": 60
356-
"GO_VERSION": "1.23.8"
356+
"GO_VERSION": "1.23.10"
357357
"IMAGE_PREFIX": "grafana"
358358
"RELEASE_LIB_REF": "main"
359359
"RELEASE_REPO": "grafana/loki"
@@ -476,7 +476,7 @@
476476
"promtail-image":
477477
"env":
478478
"BUILD_TIMEOUT": 60
479-
"GO_VERSION": "1.23.8"
479+
"GO_VERSION": "1.23.10"
480480
"IMAGE_PREFIX": "grafana"
481481
"RELEASE_LIB_REF": "main"
482482
"RELEASE_REPO": "grafana/loki"

0 commit comments

Comments
 (0)