generated from TrueCloudLab/basic
[#7] Makefile: Update linter versions
All checks were successful
Tests and linters / Tests (1.21) (pull_request) Successful in 1m17s
DCO action / DCO (pull_request) Successful in 1m1s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m28s
Tests and linters / Staticcheck (pull_request) Successful in 1m39s
Tests and linters / Tests with -race (pull_request) Successful in 1m56s
Tests and linters / Lint (pull_request) Successful in 2m28s
All checks were successful
Tests and linters / Tests (1.21) (pull_request) Successful in 1m17s
DCO action / DCO (pull_request) Successful in 1m1s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m28s
Tests and linters / Staticcheck (pull_request) Successful in 1m39s
Tests and linters / Tests with -race (pull_request) Successful in 1m56s
Tests and linters / Lint (pull_request) Successful in 2m28s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
afb5f2b857
commit
26ef0b79cf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/make -f
|
||||
SHELL = bash
|
||||
|
||||
TRUECLOUDLAB_LINT_VERSION ?= 0.0.2
|
||||
TRUECLOUDLAB_LINT_VERSION ?= 0.0.3
|
||||
TMP_DIR := .cache
|
||||
OUTPUT_LINT_DIR ?= $(shell pwd)/bin
|
||||
LINT_VERSION ?= 1.55.1
|
||||
LINT_VERSION ?= 1.55.2
|
||||
LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION)
|
||||
|
||||
# Run all code formatters
|
||||
|
|
Loading…
Reference in a new issue