Skip to content

Commit df7fbf8

Browse files
committed
Remove golangci-lint action
Signed-off-by: Diego Giagio <[email protected]>
1 parent d5c68a7 commit df7fbf8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,6 @@ on:
77
branches: [main]
88

99
jobs:
10-
lint:
11-
name: Lint
12-
runs-on: ubuntu-latest
13-
14-
steps:
15-
- name: Check out code into the Go module directory
16-
uses: actions/checkout@v4
17-
18-
- name: Set up Go Toolchain
19-
uses: actions/setup-go@v5
20-
with:
21-
go-version: '1.21.x'
22-
cache: false
23-
24-
- name: Lint
25-
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc
26-
with:
27-
version: 'v1.51'
2810
build-and-test:
2911
name: Test and Build
3012
strategy:

0 commit comments

Comments
 (0)