File tree Expand file tree Collapse file tree 7 files changed +211
-12
lines changed Expand file tree Collapse file tree 7 files changed +211
-12
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ $(BINGO): $(BINGO_DIR)/bingo.mod
2323 @echo " (re)installing $( GOBIN) /bingo-v0.9.0"
2424 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
2525
26- GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.55 .2
26+ GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.62 .2
2727$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
2828 @# 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) /golangci-lint-v1.55 .2"
30- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.55 .2 " github.com/golangci/golangci-lint/cmd/golangci-lint"
29+ @echo " (re)installing $( GOBIN) /golangci-lint-v1.62 .2"
30+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.62 .2 " github.com/golangci/golangci-lint/cmd/golangci-lint"
3131
3232GORELEASER := $(GOBIN ) /goreleaser-v1.16.2
3333$(GORELEASER ) : $(BINGO_DIR ) /goreleaser.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.21.3
3+ go 1.22.1
44
5- require github.com/golangci/golangci-lint v1.55.2 // cmd/golangci-lint
5+ toolchain go1.22.5
6+
7+ require github.com/golangci/golangci-lint v1.62.2 // cmd/golangci-lint
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1010
1111BINGO = " ${ GOBIN } /bingo-v0.9.0"
1212
13- GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.55 .2"
13+ GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.62 .2"
1414
1515GORELEASER = " ${ GOBIN } /goreleaser-v1.16.2"
1616
Original file line number Diff line number Diff line change 11module github.com/operator-framework/ansible-operator-plugins
22
3- go 1.22.5
4-
5- toolchain go1.22.8
3+ go 1.23.4
64
75require (
86 github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change 22# It is built with dependencies that take a while to download, thus speeding
33# up ansible deploy jobs.
44
5- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS basebuilder
5+ FROM registry.access.redhat.com/ubi9/ubi:9.5 AS basebuilder
66
77# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
88RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -43,7 +43,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
4343 && dnf clean all \
4444 && rm -rf /var/cache/dnf
4545
46- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS base
46+ FROM registry.access.redhat.com/ubi9/ubi:9.5 AS base
4747ARG TARGETARCH
4848
4949# Label this image with the repo and commit that built it, for freshmaking purposes.
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS basebuilder
1+ FROM registry.access.redhat.com/ubi9/ubi:9.5 AS basebuilder
22
33# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
44RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
You can’t perform that action at this time.
0 commit comments