Skip to content

Commit 652d831

Browse files
authored
chore(lint): add version note (#154)
1 parent 5863718 commit 652d831

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: golangci-lint
1717
uses: golangci/golangci-lint-action@v6
1818
with:
19-
version: v1.63.4
19+
version: v1.63.4 # LINT_VERSION: update version in other places
2020
- id: govulncheck
2121
uses: golang/govulncheck-action@v1

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
run:
2-
deadline: 5m
3-
41
linters:
52
enable:
63
- asasalint

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GO ?= go
22
GOBIN ?= $$($(GO) env GOPATH)/bin
33
GOLANGCI_LINT ?= $(GOBIN)/golangci-lint
4-
GOLANGCI_LINT_VERSION ?= v1.63.4
4+
GOLANGCI_LINT_VERSION ?= v1.63.4 # LINT_VERSION: update version in other places
55

66
# Code tidy
77
.PHONY: tidy

0 commit comments

Comments
 (0)