Skip to content

Commit

Permalink
Update golangci_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Dec 20, 2024
1 parent b4c2f1e commit 318421a
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
- name: Run golangci-lint for multinode
uses: golangci/golangci-lint-action@v3
with:
go-version: '1.19'

- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
env:
GOROOT: /usr/local/go
GOPATH: $HOME/go
PATH: $HOME/go/bin:/usr/local/go/bin:$PATH

- name: Lint multinode
run: |
cd ./multinode
golangci-lint run
version: v1.62.2
working-directory: ./multinode
args: run

0 comments on commit 318421a

Please sign in to comment.