Skip to content

Commit 62c4be3

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

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
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

0 commit comments

Comments
 (0)