File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ ENV GOTOOLCHAIN=auto
1212RUN echo "Building govulncheckx binary for $GOOS/$GOARCH"
1313RUN 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
2121COPY --from=builder /usr/src/app/govulncheckx /usr/local/bin/govulncheckx
Original file line number Diff line number Diff 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
1313runs :
1414 using : " composite"
1515 steps :
You can’t perform that action at this time.
0 commit comments