We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5863718 commit 652d831Copy full SHA for 652d831
.github/workflows/lint.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: golangci-lint
17
uses: golangci/golangci-lint-action@v6
18
with:
19
- version: v1.63.4
+ version: v1.63.4 # LINT_VERSION: update version in other places
20
- id: govulncheck
21
uses: golang/govulncheck-action@v1
.golangci.yml
@@ -1,6 +1,3 @@
1
-run:
2
- deadline: 5m
3
-
4
linters:
5
enable:
6
- asasalint
Makefile
@@ -1,7 +1,7 @@
GO ?= go
GOBIN ?= $$($(GO) env GOPATH)/bin
GOLANGCI_LINT ?= $(GOBIN)/golangci-lint
-GOLANGCI_LINT_VERSION ?= v1.63.4
+GOLANGCI_LINT_VERSION ?= v1.63.4 # LINT_VERSION: update version in other places
# Code tidy
7
.PHONY: tidy
0 commit comments