Skip to content

Commit

Permalink
update lint gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Dec 2, 2022
1 parent 85f1e74 commit 80451b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 80451b5

Please sign in to comment.