Skip to content

Commit 1d84041

Browse files
authored
Remove v7 from GitHub Actions and Dependabot (#3460)
- v7 is no longer in support, so let's know waste resources on it
1 parent 4dd152f commit 1d84041

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- "v9.*"
77
- "v8.*"
8-
- "v7.*"
98
pull_request:
109
types:
1110
- opened
@@ -15,7 +14,6 @@ on:
1514
- main
1615
- v9
1716
- v8
18-
- v7
1917
paths-ignore:
2018
- "doc/**"
2119
- ".gitpod.yml"

.github/workflows/tests-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ on:
5656
push:
5757
tags:
5858
- "v8.*"
59-
- "v7.*"
6059
pull_request_target:
6160
branches:
6261
- main
6362
- v8
64-
- v7
6563
paths-ignore:
6664
- "doc/**"
6765
- ".gitpod.yml"

.github/workflows/tests-unit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ on:
1313
tags:
1414
- "v9.*"
1515
- "v8.*"
16-
- "v7.*"
1716
pull_request:
1817
branches:
1918
- main
2019
- v9
2120
- v8
22-
- v7
2321
paths-ignore:
2422
- "doc/**"
2523
- ".gitpod.yml"

.github/workflows/util-code-quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches:
77
- main
88
- v8
9-
- v7
109
schedule:
1110
- cron: '45 5 * * *'
1211

0 commit comments

Comments
 (0)