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
23
23
@echo " (re)installing $( GOBIN) /bingo-v0.9.0"
24
24
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
25
25
26
- GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.55 .2
26
+ GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.62 .2
27
27
$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
28
28
@# 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"
31
31
32
32
GORELEASER := $(GOBIN ) /goreleaser-v1.16.2
33
33
$(GORELEASER ) : $(BINGO_DIR ) /goreleaser.mod
Original file line number Diff line number Diff line change 1
1
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
2
2
3
- go 1.21.3
3
+ go 1.22.1
4
4
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 10
10
11
11
BINGO = " ${ GOBIN } /bingo-v0.9.0"
12
12
13
- GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.55 .2"
13
+ GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.62 .2"
14
14
15
15
GORELEASER = " ${ GOBIN } /goreleaser-v1.16.2"
16
16
Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/ansible-operator-plugins
2
2
3
- go 1.22.5
4
-
5
- toolchain go1.22.8
3
+ go 1.23.4
6
4
7
5
require (
8
6
github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change 2
2
# It is built with dependencies that take a while to download, thus speeding
3
3
# up ansible deploy jobs.
4
4
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
6
6
7
7
# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
8
8
RUN 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/* \
43
43
&& dnf clean all \
44
44
&& rm -rf /var/cache/dnf
45
45
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
47
47
ARG TARGETARCH
48
48
49
49
# 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
2
2
3
3
# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
4
4
RUN 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