Skip to content

Commit

Permalink
Merge branch 'master' into fxamacker/use-encoded-key-in-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Aug 10, 2022
2 parents ae5934a + a98498f commit 209f3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Build relic
run: make crypto_setup_gopath
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
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.45
version: v1.46
args: -v --build-tags relic
# https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true
Expand Down

0 comments on commit 209f3ea

Please sign in to comment.