1
- # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8 . DO NOT EDIT.
1
+ # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9 . DO NOT EDIT.
2
2
# All tools are designed to be build inside $GOBIN.
3
3
BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
4
4
GOPATH ?= $(shell go env GOPATH)
@@ -23,11 +23,11 @@ $(BINGO): $(BINGO_DIR)/bingo.mod
23
23
@echo " (re)installing $( GOBIN) /bingo-v0.8.0"
24
24
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.8.0 " github.com/bwplotka/bingo"
25
25
26
- FAILLINT := $(GOBIN ) /faillint-v1.11 .0
26
+ FAILLINT := $(GOBIN ) /faillint-v1.14 .0
27
27
$(FAILLINT ) : $(BINGO_DIR ) /faillint.mod
28
28
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
29
- @echo " (re)installing $( GOBIN) /faillint-v1.11 .0"
30
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=faillint.mod -o=$(GOBIN ) /faillint-v1.11 .0 " github.com/fatih/faillint"
29
+ @echo " (re)installing $( GOBIN) /faillint-v1.14 .0"
30
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=faillint.mod -o=$(GOBIN ) /faillint-v1.14 .0 " github.com/fatih/faillint"
31
31
32
32
GOIMPORTS := $(GOBIN ) /goimports-v0.9.3
33
33
$(GOIMPORTS ) : $(BINGO_DIR ) /goimports.mod
@@ -47,11 +47,11 @@ $(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod
47
47
@echo " (re)installing $( GOBIN) /gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c"
48
48
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN ) /gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c " github.com/brancz/gojsontoyaml"
49
49
50
- GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.52.2
50
+ GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.63.4
51
51
$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
52
52
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
53
- @echo " (re)installing $( GOBIN) /golangci-lint-v1.52.2 "
54
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.52.2 " github.com/golangci/golangci-lint/cmd/golangci-lint"
53
+ @echo " (re)installing $( GOBIN) /golangci-lint-v1.63.4 "
54
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.63.4 " github.com/golangci/golangci-lint/cmd/golangci-lint"
55
55
56
56
JB := $(GOBIN ) /jb-v0.5.1
57
57
$(JB ) : $(BINGO_DIR ) /jb.mod
0 commit comments