File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM golang:1.24-bookworm AS build
15+ FROM --platform=$BUILDPLATFORM golang:1.24.9 -bookworm AS build
1616
1717ARG TARGETOS
1818ARG TARGETARCH
@@ -29,6 +29,7 @@ WORKDIR /go/src/velero-plugin-for-aws
2929RUN export GOARM=$( echo "${GOARM}" | cut -c2-) && \
3030 CGO_ENABLED=0 go build -v -o /go/bin/velero-plugin-for-aws ./velero-plugin-for-aws && \
3131 CGO_ENABLED=0 go build -v -o /go/bin/cp-plugin ./hack/cp-plugin
32+
3233FROM scratch
3334LABEL org.opencontainers.image.source="https://github.com/vmware-tanzu/velero-plugin-for-aws"
3435COPY --from=build /go/bin/velero-plugin-for-aws /plugins/
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/vmware-tanzu/velero-plugin-for-aws
22
33go 1.24.0
44
5+ toolchain go1.24.9
6+
57require (
68 github.com/aws/aws-sdk-go-v2 v1.24.1
79 github.com/aws/aws-sdk-go-v2/config v1.26.3
You can’t perform that action at this time.
0 commit comments