Skip to content

Commit

Permalink
go get
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Oct 21, 2023
1 parent f73469c commit f186610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: '>=1.21.3'
cache: true
- name: Install dependencies
run: go mod tidy
run: go get
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit f186610

Please sign in to comment.