Skip to content

Commit d7ebaee

Browse files
authored
SANDBOX-1465: update kube & openshift dependencies to 4.20 (#165)
* SANDBOX-1465: update kube & openshift dependencies to 4.20 * update
1 parent 25091c8 commit d7ebaee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

govulncheck-action/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ ENV GOTOOLCHAIN=auto
1212
RUN echo "Building govulncheckx binary for $GOOS/$GOARCH"
1313
RUN GOOS=$GOOS GOARCH=$GOARCH go build -v -o govulncheckx main.go
1414

15-
FROM golang:1.23.0
15+
FROM golang:1.24.0
1616
# using a fresh golang image without the `WORKDIR` from the builder stage
1717
# see https://docs.github.com/en/actions/reference/workflows-and-actions/dockerfile-support#workdir
18-
# using golang 1.23.0 since most of our projects are still using it (and toolchain will not downgrade the version of go)
18+
# using golang 1.24.0 since most of our projects are still using it (and toolchain will not downgrade the version of go)
1919

2020
# copy the binary from the builder stage
2121
COPY --from=builder /usr/src/app/govulncheckx /usr/local/bin/govulncheckx

prepare-tools-action/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ inputs:
44
operator-sdk-version:
55
description: Version of operator-sdk binary
66
required: false
7-
default: v1.40.0
7+
default: v1.42.0
88
operator-registry:
99
description: Version of operator registry
1010
required: false
11-
# see https://github.com/operator-framework/operator-sdk/blob/v1.40.0/go.mod#L20
12-
default: v1.55.0
11+
# see https://github.com/operator-framework/operator-sdk/blob/v1.42.0/go.mod#L20
12+
default: v1.59.0
1313
runs:
1414
using: "composite"
1515
steps:

0 commit comments

Comments
 (0)