Skip to content

Commit 26b7767

Browse files
committed
chore: delete golangci-lint on old release branch
As agreed in gchat Signed-off-by: bwplotka <bwplotka@gmail.com>
1 parent 87df6ad commit 26b7767

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/presubmit.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ jobs:
3434
fetch-depth: 0
3535
- uses: siderolabs/conform@v0.1.0-alpha.27
3636
name: Conform Action
37-
golangci-lint:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v4
41-
- uses: actions/setup-go@v5
42-
with:
43-
go-version: '~1.24'
44-
- name: golangci-lint
45-
uses: golangci/golangci-lint-action@v3
46-
with:
47-
version: v1.64.8
48-
args: --timeout=5m
4937
validate:
5038
runs-on: ubuntu-latest
5139
steps:

0 commit comments

Comments
 (0)