Skip to content

chore(deps): update ghcr.io/whilp/golangci-lint:latest docker digest to d6eaa3a #1189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: clean up
run: rm -rf cmd/tools
- name: lint
uses: docker://ghcr.io/whilp/golangci-lint:latest@sha256:c70150d661069545162f8375e0ba4792529fbce72448ee95df4b42fc6b1ff674
uses: docker://ghcr.io/whilp/golangci-lint:latest@sha256:d6eaa3a64c6e99a08e1e4c04ae4191eaffde084f8b173e8875893a765bb38393
- name: restore
run: git checkout cmd/tools
- run: git add -N . && git diff --exit-code
Expand Down