Skip to content

Commit 475e960

Browse files
committed
Remove golang-ci-lint. No longer needed with modern go.
1 parent 139e065 commit 475e960

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,6 @@ on:
1212
tags: [ "v*" ]
1313

1414
jobs:
15-
golangci:
16-
name: Run Linter
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v6
20-
name: Checkout code
21-
22-
- uses: actions/setup-go@v6
23-
name: Install Go
24-
with:
25-
go-version-file: go.mod
26-
27-
- name: Run Golang Linter
28-
uses: golangci/golangci-lint-action@v6
29-
with:
30-
version: latest
31-
args: --timeout=5m
32-
3315
unit_integration_tests:
3416
name: Unit and Integration tests
3517
runs-on: ubuntu-latest

.github/workflows/pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525

26-
- name: Run Golangci linter
27-
uses: golangci/golangci-lint-action@v6
28-
with:
29-
version: latest
30-
args: --timeout=5m
31-
3226
unit_tests:
3327
name: Unit & Integration tests
3428
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)