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)
@@ -17,11 +17,11 @@ GO ?= $(shell which go)
17
17
# @echo "Running faillint"
18
18
# @$(FAILLINT) <flags/args..>
19
19
#
20
- FAILLINT := $(GOBIN)/faillint-v1.11 .0
20
+ FAILLINT := $(GOBIN)/faillint-v1.14 .0
21
21
$(FAILLINT): $(BINGO_DIR)/faillint.mod
22
22
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
23
- @echo "(re)installing $(GOBIN)/faillint-v1.11 .0"
24
- @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=faillint.mod -o=$(GOBIN)/faillint-v1.11 .0 "github.com/fatih/faillint"
23
+ @echo "(re)installing $(GOBIN)/faillint-v1.14 .0"
24
+ @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=faillint.mod -o=$(GOBIN)/faillint-v1.14 .0 "github.com/fatih/faillint"
25
25
26
26
GOIMPORTS := $(GOBIN)/goimports-v0.1.7
27
27
$(GOIMPORTS): $(BINGO_DIR)/goimports.mod
@@ -35,11 +35,11 @@ $(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod
35
35
@echo "(re)installing $(GOBIN)/gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c"
36
36
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN)/gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c "github.com/brancz/gojsontoyaml"
37
37
38
- GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.50.0
38
+ GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.64.5
39
39
$(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod
40
40
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
41
- @echo "(re)installing $(GOBIN)/golangci-lint-v1.50.0 "
42
- @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.50.0 "github.com/golangci/golangci-lint/cmd/golangci-lint"
41
+ @echo "(re)installing $(GOBIN)/golangci-lint-v1.64.5 "
42
+ @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.64.5 "github.com/golangci/golangci-lint/cmd/golangci-lint"
43
43
44
44
JSONNET := $(GOBIN)/jsonnet-v0.16.0
45
45
$(JSONNET): $(BINGO_DIR)/jsonnet.mod
0 commit comments