@@ -35,23 +35,17 @@ $(EMBEDMD): $(BINGO_DIR)/embedmd.mod
3535 @echo " (re)installing $( GOBIN) /embedmd-v1.0.0"
3636 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=embedmd.mod -o=$(GOBIN ) /embedmd-v1.0.0 " github.com/campoy/embedmd"
3737
38- FAILLINT := $(GOBIN ) /faillint-v1.13.0
39- $(FAILLINT ) : $(BINGO_DIR ) /faillint.mod
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) /faillint-v1.13.0"
42- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=faillint.mod -o=$(GOBIN ) /faillint-v1.13.0 " github.com/fatih/faillint"
43-
4438GOJSONTOYAML := $(GOBIN ) /gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c
4539$(GOJSONTOYAML ) : $(BINGO_DIR ) /gojsontoyaml.mod
4640 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
4741 @echo " (re)installing $( GOBIN) /gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c"
4842 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN ) /gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c " github.com/brancz/gojsontoyaml"
4943
50- GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v2.2.2
44+ GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v2.7.0
5145$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
5246 @# 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-v2.2.2 "
54- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v2.2.2 " github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
47+ @echo " (re)installing $( GOBIN) /golangci-lint-v2.7.0 "
48+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v2.7.0 " github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
5549
5650GOYACC := $(GOBIN ) /goyacc-v0.1.5
5751$(GOYACC ) : $(BINGO_DIR ) /goyacc.mod
@@ -71,29 +65,29 @@ $(JB): $(BINGO_DIR)/jb.mod
7165 @echo " (re)installing $( GOBIN) /jb-v0.4.0"
7266 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=jb.mod -o=$(GOBIN ) /jb-v0.4.0 " github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb"
7367
74- JSONNET := $(GOBIN ) /jsonnet-v0.16 .0
68+ JSONNET := $(GOBIN ) /jsonnet-v0.21 .0
7569$(JSONNET ) : $(BINGO_DIR ) /jsonnet.mod
7670 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
77- @echo " (re)installing $( GOBIN) /jsonnet-v0.16 .0"
78- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=jsonnet.mod -o=$(GOBIN ) /jsonnet-v0.16 .0 " github.com/google/go-jsonnet/cmd/jsonnet"
71+ @echo " (re)installing $( GOBIN) /jsonnet-v0.21 .0"
72+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=jsonnet.mod -o=$(GOBIN ) /jsonnet-v0.21 .0 " github.com/google/go-jsonnet/cmd/jsonnet"
7973
80- JSONNETFMT := $(GOBIN ) /jsonnetfmt-v0.16 .0
74+ JSONNETFMT := $(GOBIN ) /jsonnetfmt-v0.21 .0
8175$(JSONNETFMT ) : $(BINGO_DIR ) /jsonnetfmt.mod
8276 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
83- @echo " (re)installing $( GOBIN) /jsonnetfmt-v0.16 .0"
84- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=jsonnetfmt.mod -o=$(GOBIN ) /jsonnetfmt-v0.16 .0 " github.com/google/go-jsonnet/cmd/jsonnetfmt"
77+ @echo " (re)installing $( GOBIN) /jsonnetfmt-v0.21 .0"
78+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=jsonnetfmt.mod -o=$(GOBIN ) /jsonnetfmt-v0.21 .0 " github.com/google/go-jsonnet/cmd/jsonnetfmt"
8579
8680KUBEVAL := $(GOBIN ) /kubeval-v0.0.0-20201005082916-38668c6c5b23
8781$(KUBEVAL ) : $(BINGO_DIR ) /kubeval.mod
8882 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
8983 @echo " (re)installing $( GOBIN) /kubeval-v0.0.0-20201005082916-38668c6c5b23"
9084 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kubeval.mod -o=$(GOBIN ) /kubeval-v0.0.0-20201005082916-38668c6c5b23 " github.com/instrumenta/kubeval"
9185
92- OAPI_CODEGEN := $(GOBIN ) /oapi-codegen-v1.9.0
86+ OAPI_CODEGEN := $(GOBIN ) /oapi-codegen-v2.5.1
9387$(OAPI_CODEGEN ) : $(BINGO_DIR ) /oapi-codegen.mod
9488 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
95- @echo " (re)installing $( GOBIN) /oapi-codegen-v1.9.0 "
96- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=oapi-codegen.mod -o=$(GOBIN ) /oapi-codegen-v1.9.0 " github.com/deepmap /oapi-codegen/cmd/oapi-codegen"
89+ @echo " (re)installing $( GOBIN) /oapi-codegen-v2.5.1 "
90+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=oapi-codegen.mod -o=$(GOBIN ) /oapi-codegen-v2.5.1 " github.com/oapi-codegen /oapi-codegen/v2 /cmd/oapi-codegen"
9791
9892OPA := $(GOBIN ) /opa-v1.5.1
9993$(OPA ) : $(BINGO_DIR ) /opa.mod
0 commit comments