Skip to content

Commit

Permalink
Bump CAPE to v1.3.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
haijianyang committed Dec 25, 2023
1 parent 4e05cbc commit 2731300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN go mod download
COPY ./ ./

# Build
ARG ARCH
ARG ldflags

RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.27.10
github.com/pkg/errors v0.9.1
github.com/smartxworks/cluster-api-provider-elf v1.3.0-rc.2
github.com/smartxworks/cluster-api-provider-elf v1.3.0
github.com/spf13/pflag v1.0.5
golang.org/x/mod v0.12.0
k8s.io/apiextensions-apiserver v0.27.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/smartxworks/cloudtower-go-sdk/v2 v2.11.1-rc-2023-09-14 h1:CHJLqIwjPHMKpnlR7wXmKUr9n2Ba7KhR5LG63S4TqQY=
github.com/smartxworks/cloudtower-go-sdk/v2 v2.11.1-rc-2023-09-14/go.mod h1:X6R9+L438SMnLJXykSCV3fJ+AZul0hlyjITsZgrSRtM=
github.com/smartxworks/cluster-api-provider-elf v1.3.0-rc.2 h1:lAhD4XA/slsDVrYjLJ6xIsm8DvT0WEBM+HNECivGBlY=
github.com/smartxworks/cluster-api-provider-elf v1.3.0-rc.2/go.mod h1:mh9l2f77aBqCIf4MkJYexP4dX5kNV7g21xXpTgb7yrI=
github.com/smartxworks/cluster-api-provider-elf v1.3.0 h1:l4ZRSSucQrQFedlBFTkPaWJ/Cx/N4qrEYzyWiZ6RX/c=
github.com/smartxworks/cluster-api-provider-elf v1.3.0/go.mod h1:xScUkqvMEavREzThspeDRTvozmWQppgq4xH0dORJu18=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
Expand Down

0 comments on commit 2731300

Please sign in to comment.