Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyank031 committed Mar 29, 2024
1 parent 02a0814 commit 3971d29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

with:
# Update the Node.js version to 20
node-version: 20
- uses: golangci/golangci-lint-action@master
with:
version: v1.57
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.27
github-token: ${{ secrets.github_token }}

0 comments on commit 3971d29

Please sign in to comment.