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 a2968e4 commit a06f8e2Copy full SHA for a06f8e2
.buildkite/release.yml
@@ -1,7 +1,7 @@
1
steps:
2
- label: Release
3
agents:
4
- image: "golang:1.25.0@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6"
+ image: "golang:1.25.0@sha256:4859242e2c392ddc9d3225fd41181c00a443d9cc005b8e5131ce164106fbc676"
5
cpu: "16"
6
memory: "24G"
7
ephemeralStorage: "20G"
libs/go-kibana-rest/.github/workflows/workflow.yml
@@ -44,7 +44,7 @@ jobs:
44
run: go build
45
- name: Run test
46
run: make test
47
- - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
+ - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
48
with:
49
files: coverage.out
50
flags: unittests
0 commit comments