Skip to content

Commit 7e90e2c

Browse files
authored
7.17 reached EoL (#48364)
1 parent 36b4056 commit 7e90e2c

4 files changed

Lines changed: 52 additions & 319 deletions

File tree

.github/workflows/bump-golang.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ jobs:
1515
permissions:
1616
contents: write
1717
pull-requests: write
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
file: ['bump-golang.yml', 'bump-golang-7.17.yml']
2218
steps:
2319
- uses: actions/checkout@v6
2420

2521
- uses: elastic/oblt-actions/updatecli/run-and-notify@v1
2622
with:
27-
command: --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/values.d/scm.yml
23+
command: --experimental apply --config .github/workflows/updatecli.d/bump-golang.yml --values .github/workflows/updatecli.d/values.d/scm.yml
2824
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
2925
slack-channel-id: "#ingest-notifications"
3026
slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
# branches:
66
# - main
77
# - 8.*
8-
# - 7.17
98
pull_request:
109
permissions:
1110
contents: read

.github/workflows/updatecli.d/bump-golang-7.17.yml

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)