Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Sep 16, 2024
1 parent 8c2c72b commit 96e5a86
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-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.57
version: v1.61
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lint-report-count-issue: ## Count lint issues
lint-report-clean: ## Clean lint report
rm -f ./lint-report.json

GOLANG_CI_LINT_VERSION ?= v1.57
GOLANG_CI_LINT_VERSION ?= v1.61
.PHONY: golangci-lint
golangci-lint:
test -s $(LOCALBIN)/golangci-lint && $(LOCALBIN)/golangci-lint version | grep -q $(GOLANG_CI_LINT_VERSION) || \
Expand Down

0 comments on commit 96e5a86

Please sign in to comment.