We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c69a9 commit b4c2f1eCopy full SHA for b4c2f1e
.github/workflows/golangci_lint.yml
@@ -18,9 +18,15 @@ jobs:
18
with:
19
go-version: '1.19'
20
21
+ - name: Install golangci-lint
22
+ run: |
23
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
24
+ env:
25
+ GOROOT: /usr/local/go
26
+ GOPATH: $HOME/go
27
+ PATH: $HOME/go/bin:/usr/local/go/bin:$PATH
28
+
29
- name: Lint multinode
30
run: |
31
cd ./multinode
32
golangci-lint run
- env:
- GOLANGCI_LINT_VERSION: v1.62.2
0 commit comments