Skip to content

Commit

Permalink
Updated linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed Oct 9, 2023
1 parent 98f2d2f commit 943ff8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.0
version: v1.54.2
working-directory: api
- name: Run Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dev-guide/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone git@github.com:prabhuomkar/smriti.git

### API
- Install [Golang 1.20](https://go.dev/dl/) or above
- Install [golangci-lint 1.54.0](https://golangci-lint.run/) or above
- Install [golangci-lint 1.54.2](https://golangci-lint.run/) or above
- Run the following command to finish your API setup
```
make setup-api
Expand Down

0 comments on commit 943ff8d

Please sign in to comment.