File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ fmtcheck:
24
24
@sh -c " '$( CURDIR) /scripts/gofmtcheck.sh'"
25
25
26
26
lint : fmtcheck
27
- $(DOCKER ) run --env=GOFLAGS=-mod=vendor --rm -v $(CURDIR ) :/app -w /app golangci/golangci-lint:v1.54.2 golangci-lint -v run
27
+ $(DOCKER ) run --env=GOFLAGS=-mod=vendor --rm -v $(CURDIR ) :/app -w /app golangci/golangci-lint:v1.61.0 golangci-lint -v run
28
28
29
29
deeplint : fmtcheck
30
- $(DOCKER ) run --env=GOFLAGS=-mod=vendor --rm -v $(CURDIR ) :/app -w /app golangci/golangci-lint:v1.54.2 golangci-lint run --exclude-use-default=false --enable-all -D dupl --build-tags integration
30
+ $(DOCKER ) run --env=GOFLAGS=-mod=vendor --rm -v $(CURDIR ) :/app -w /app golangci/golangci-lint:v1.61.0 golangci-lint run --exclude-use-default=false --enable-all -D dupl --build-tags integration
31
31
32
32
deps :
33
33
docker container inspect harvester-consul > /dev/null 2>&1 || docker run -d --rm -p 8500:8500 -p 8600:8600/udp --name=harvester-consul consul:1.4.3 agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0 -http-port 8500 -log-level=err
You can’t perform that action at this time.
0 commit comments