Skip to content

Commit

Permalink
Update golangci
Browse files Browse the repository at this point in the history
Use more up-to-date v2 for golang lint

Skip pkg cache
  • Loading branch information
Kay-Zee committed Oct 22, 2021
1 parent 38702f7 commit b7f7539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
- name: Build relic
run: make crypto/relic/build
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.41
args: -v --build-tags relic
skip-pkg-cache: true
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down

0 comments on commit b7f7539

Please sign in to comment.