File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ $(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod
2929 @echo " (re)installing $( GOBIN) /golangci-lint-v1.64.6"
3030 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.64.6 " github.com/golangci/golangci-lint/cmd/golangci-lint"
3131
32- GORELEASER := $(GOBIN ) /goreleaser-v1.26 .2
32+ GORELEASER := $(GOBIN ) /goreleaser-v2.11 .2
3333$(GORELEASER ) : $(BINGO_DIR ) /goreleaser.mod
3434 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35- @echo " (re)installing $( GOBIN) /goreleaser-v1.26 .2"
36- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26 .2 " github.com/goreleaser/goreleaser"
35+ @echo " (re)installing $( GOBIN) /goreleaser-v2.11 .2"
36+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v2.11 .2 " github.com/goreleaser/goreleaser/v2 "
3737
3838SETUP_ENVTEST := $(GOBIN ) /setup-envtest-v0.0.0-20250109154033-1de5a3e8bae9
3939$(SETUP_ENVTEST ) : $(BINGO_DIR ) /setup-envtest.mod
Original file line number Diff line number Diff line change 11module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
3- go 1.22
3+ go 1.24.4
44
5- toolchain go1.22.5
6-
7- require github.com/goreleaser/goreleaser v1.26.2
5+ require github.com/goreleaser/goreleaser/v2 v2.11.2
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BINGO="${GOBIN}/bingo-v0.9.0"
1212
1313GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.64.6"
1414
15- GORELEASER = " ${ GOBIN } /goreleaser-v1.26 .2"
15+ GORELEASER = " ${ GOBIN } /goreleaser-v2.11 .2"
1616
1717SETUP_ENVTEST = " ${ GOBIN } /setup-envtest-v0.0.0-20250109154033-1de5a3e8bae9"
1818
Original file line number Diff line number Diff line change 1+ version : 2
2+
13# Global environment variables for builds.
24env :
35 - GO111MODULE=on
@@ -33,14 +35,9 @@ builds:
3335 - linux_ppc64le
3436 - linux_s390x
3537
36- # Use most recent tag and short commit for snapshot version.
37- snapshot :
38- name_template : " {{ .Env.GIT_VERSION }}"
39-
4038# We don't use archives, so skip creating them.
4139archives :
42- - format : binary
43- name_template : " {{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
40+ - name_template : " {{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
4441
4542checksum :
4643 name_template : " checksums.txt"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ bingo-upgrade: $(BINGO) #EXHELP Upgrade tools
7272 done
7373
7474.PHONY : release
75- release : GORELEASER_ARGS ?= --snapshot --clean --skip- sign
75+ release : GORELEASER_ARGS ?= --snapshot --clean --skip= sign
7676release : $(GORELEASER )
7777 $(GORELEASER ) $(GORELEASER_ARGS )
7878
Original file line number Diff line number Diff line change 11module github.com/operator-framework/helm-operator-plugins
22
3- go 1.24.0
3+ go 1.24.4
44
55require (
66 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments