Skip to content

Commit f9526c8

Browse files
authored
Merge pull request #275 from blackpiglet/bump_for_v1.13.1
Bump Golang to 1.24.9 for v1.13.1
2 parents 9fc855b + 54181ae commit f9526c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
ARG TARGETOS
1818
ARG TARGETARCH
@@ -29,6 +29,7 @@ WORKDIR /go/src/velero-plugin-for-aws
2929
RUN 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+
3233
FROM scratch
3334
LABEL org.opencontainers.image.source="https://github.com/vmware-tanzu/velero-plugin-for-aws"
3435
COPY --from=build /go/bin/velero-plugin-for-aws /plugins/

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/vmware-tanzu/velero-plugin-for-aws
22

33
go 1.24.0
44

5+
toolchain go1.24.9
6+
57
require (
68
github.com/aws/aws-sdk-go-v2 v1.24.1
79
github.com/aws/aws-sdk-go-v2/config v1.26.3

0 commit comments

Comments
 (0)