Skip to content

Commit

Permalink
chore: updated Go linter (#2403)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jun 27, 2024
1 parent 3e8dc4d commit d7c4f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s

$(BIN_GOLANGCI_LINT):
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.59.1

.PHONY: generate/zz_filesystem_generated.go
generate/zz_filesystem_generated.go: clean_templates templates/certs/ca-certificates.crt
Expand Down

0 comments on commit d7c4f1b

Please sign in to comment.