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)
@@ -7,43 +7,37 @@ GO ?= $(shell which go)
7
7
8
8
# Below generated variables ensure that every time a tool under each variable is invoked, the correct version
9
9
# will be used; reinstalling only if needed.
10
- # For example for bingo variable:
10
+ # For example for calens variable:
11
11
#
12
12
# In your main Makefile (for non array binaries):
13
13
#
14
14
# include .bingo/Variables.mk # Assuming -dir was set to .bingo .
15
15
#
16
- # command: $(BINGO )
17
- # @echo "Running bingo "
18
- # @$(BINGO ) <flags/args..>
16
+ # command: $(CALENS )
17
+ # @echo "Running calens "
18
+ # @$(CALENS ) <flags/args..>
19
19
#
20
- BINGO := $(GOBIN ) /bingo-v0.8.1-0.20230820182247-0568407746a2
21
- $(BINGO ) : $(BINGO_DIR ) /bingo.mod
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) /bingo-v0.8.1-0.20230820182247-0568407746a2"
24
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.8.1-0.20230820182247-0568407746a2 " github.com/bwplotka/bingo"
25
-
26
- CALENS := $(GOBIN ) /calens-v0.3.0
20
+ CALENS := $(GOBIN ) /calens-v0.4.0
27
21
$(CALENS ) : $(BINGO_DIR ) /calens.mod
28
22
@# 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) /calens-v0.3 .0"
30
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=calens.mod -o=$(GOBIN ) /calens-v0.3 .0 " github.com/restic/calens"
23
+ @echo " (re)installing $( GOBIN) /calens-v0.4 .0"
24
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=calens.mod -o=$(GOBIN ) /calens-v0.4 .0 " github.com/restic/calens"
31
25
32
26
REFLEX := $(GOBIN ) /reflex-v0.3.1
33
27
$(REFLEX ) : $(BINGO_DIR ) /reflex.mod
34
28
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35
29
@echo " (re)installing $( GOBIN) /reflex-v0.3.1"
36
30
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=reflex.mod -o=$(GOBIN ) /reflex-v0.3.1 " github.com/cespare/reflex"
37
31
38
- REVIVE := $(GOBIN ) /revive-v1.3.4
32
+ REVIVE := $(GOBIN ) /revive-v1.3.9
39
33
$(REVIVE ) : $(BINGO_DIR ) /revive.mod
40
34
@# 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) /revive-v1.3.4 "
42
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=revive.mod -o=$(GOBIN ) /revive-v1.3.4 " github.com/mgechev/revive"
35
+ @echo " (re)installing $( GOBIN) /revive-v1.3.9 "
36
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=revive.mod -o=$(GOBIN ) /revive-v1.3.9 " github.com/mgechev/revive"
43
37
44
- STATICCHECK := $(GOBIN ) /staticcheck-v0.4.6
38
+ STATICCHECK := $(GOBIN ) /staticcheck-v0.5.1
45
39
$(STATICCHECK ) : $(BINGO_DIR ) /staticcheck.mod
46
40
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
47
- @echo " (re)installing $( GOBIN) /staticcheck-v0.4.6 "
48
- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=staticcheck.mod -o=$(GOBIN ) /staticcheck-v0.4.6 " honnef.co/go/tools/cmd/staticcheck"
41
+ @echo " (re)installing $( GOBIN) /staticcheck-v0.5.1 "
42
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=staticcheck.mod -o=$(GOBIN ) /staticcheck-v0.5.1 " honnef.co/go/tools/cmd/staticcheck"
49
43
0 commit comments