We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899c776 commit f996311Copy full SHA for f996311
.buildkite/release.yml
@@ -1,7 +1,7 @@
1
steps:
2
- label: Release
3
agents:
4
- image: "golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2"
+ image: "golang:1.25.3@sha256:0afe9b553123ec160b8282154b7156241ebf43c9033ea2bf9528c6c58c17e89d"
5
cpu: "16"
6
memory: "24G"
7
ephemeralStorage: "20G"
generated/kbapi/Makefile
@@ -2,7 +2,7 @@
SHELL := /bin/bash
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
-github_ref ?= de217ef5b84c812b4c7c7848405fdf418d50f988
+github_ref ?= 94c7b5751e4635fa2af2e1c40531fc5766245c3f
oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref)/oas_docs/output/kibana.yaml
8
.PHONY: all
0 commit comments