Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Feb 11, 2025
1 parent 86c04f0 commit a1668d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main
uses: smallstep/workflows/.github/workflows/goCI.yml@b62a79e912bdd6a71cd11a72b55bbf82ddbbd94b
with:
only-latest-golang: false
os-dependencies: 'libpcsclite-dev'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fmt:

lint: SHELL:=/bin/bash
lint:
$Q LOG_LEVEL=error golangci-lint run --config <(curl -s https://raw.githubusercontent.com/smallstep/workflows/master/.golangci.yml) --timeout=30m
$Q LOG_LEVEL=error golangci-lint run --config <(curl -s https://raw.githubusercontent.com/smallstep/workflows/main/.golangci.yml) --timeout=30m
$Q govulncheck ./...

.PHONY: fmt lint
Expand Down

0 comments on commit a1668d0

Please sign in to comment.