Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2024
1 parent f21be58 commit cf085a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go test -v ./client/...

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest
working-directory: ./client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-signer-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./keychain.test

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest
working-directory: ./internal/signer/darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-signer-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: go test -v ./... -testSlot=$(pkcs11-tool --list-slots --module "/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so" | grep -Eo "0x[A-Fa-f0-9]+" | head -n 1)

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest
working-directory: ./internal/signer/linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-signer-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: go test -v ./...

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest
working-directory: ./internal/signer/windows
Expand Down

0 comments on commit cf085a7

Please sign in to comment.