Skip to content

Commit b1d87e8

Browse files
authored
Update bump-golang.yml
1 parent 69b57d1 commit b1d87e8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/bump-golang.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
steps:
2020
- id: generate
2121
name: Generate matrix
22-
<<<<<<< HEAD
23-
uses: elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
24-
=======
2522
uses: elastic/oblt-actions/elastic/active-branches@v1
26-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
2723
with:
2824
exclude-branches: '7.17,main'
2925
- uses: actions/github-script@v7
@@ -57,11 +53,7 @@ jobs:
5753
"pull_requests": "write"
5854
}
5955
60-
<<<<<<< HEAD
61-
- uses: elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
62-
=======
6356
- uses: elastic/oblt-actions/updatecli/run@v1
64-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
6557
with:
6658
command: --experimental apply --config .ci/updatecli/bump-golang.yml --values .ci/updatecli/values.d/scm.yml
6759
env:
@@ -76,11 +68,7 @@ jobs:
7668
with:
7769
ref: '7.17'
7870

79-
<<<<<<< HEAD
80-
- uses: elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
81-
=======
8271
- uses: elastic/oblt-actions/updatecli/run@v1
83-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
8472
with:
8573
command: --experimental apply --config .ci/updatecli/bump-golang.yml --values .ci/updatecli/values.d/scm.yml
8674
env:
@@ -94,19 +82,11 @@ jobs:
9482
if: always()
9583
steps:
9684
- id: check
97-
<<<<<<< HEAD
98-
uses: elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
99-
with:
100-
jobs: ${{ toJSON(needs) }}
101-
- if: ${{ steps.check.outputs.isSuccess == 'false' }}
102-
uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
103-
=======
10485
uses: elastic/oblt-actions/check-dependent-jobs@v1
10586
with:
10687
jobs: ${{ toJSON(needs) }}
10788
- if: ${{ steps.check.outputs.isSuccess == 'false' }}
10889
uses: elastic/oblt-actions/slack/send@v1
109-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
11090
with:
11191
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
11292
channel-id: "#apm-server"

0 commit comments

Comments
 (0)