Skip to content

Commit

Permalink
Added back LINT_VERSION comments from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoh committed Feb 20, 2025
1 parent 07d5912 commit 31a1189
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5
version: v1.64.5 # LINT_VERSION: update version in other places
- id: govulncheck
uses: golang/govulncheck-action@v1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= go
GOBIN ?= $$($(GO) env GOPATH)/bin
GOLANGCI_LINT ?= $(GOBIN)/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.64.5
GOLANGCI_LINT_VERSION ?= v1.64.5 # LINT_VERSION: update version in other places

# Code tidy
.PHONY: tidy
Expand Down

0 comments on commit 31a1189

Please sign in to comment.