Compare commits
1 Commits
3fab7ba9a4
...
b6478d7928
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6478d7928 |
@@ -42,13 +42,11 @@ jobs:
|
|||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|
||||||
|
- name: Install golangci-lint
|
||||||
|
run: GOTOOLCHAIN=local go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@v7
|
run: golangci-lint run --allow-parallel-runners
|
||||||
with:
|
|
||||||
version: v2.1.6
|
|
||||||
install-mode: goinstall
|
|
||||||
env:
|
|
||||||
GOTOOLCHAIN: local
|
|
||||||
|
|
||||||
test-linux:
|
test-linux:
|
||||||
name: Test (Linux)
|
name: Test (Linux)
|
||||||
|
|||||||
Reference in New Issue
Block a user