Skip to content

Commit

Permalink
upstream golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal2001 <[email protected]>
  • Loading branch information
anushkamittal2001 committed Dec 19, 2023
1 parent dc281ae commit 2679322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: v1.55.2
version: v1.54.2
skip-cache: true
- name: go fmt check
run: make fmt-check
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ ko-build-all: ko-build-kyverno-init ko-build-kyverno ko-build-cli ko-build-clean

REGISTRY_USERNAME ?= dummy
PLATFORMS := all
SBOM_PARAM =
SBOM_PARAM = spdx

.PHONY: ko-login
ko-login: $(KO)
Expand Down

0 comments on commit 2679322

Please sign in to comment.