Skip to content

Commit 9800965

Browse files
authored
Merge pull request #274 from ywk253100/241224_bump
Bump up versions of Golang and Velero
2 parents c55487d + 955aa72 commit 9800965

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: '1.22.8'
13+
go-version: '1.22.10'
1414
id: go
1515

1616
- name: Check out the code

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.22.8'
21+
go-version: '1.22.10'
2222
id: go
2323

2424
- name: Check out code into the Go module directory

Dockerfile

+1-1
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.22.8-bookworm AS build
15+
FROM --platform=$BUILDPLATFORM golang:1.22.10-bookworm AS build
1616

1717
ARG TARGETOS
1818
ARG TARGETARCH

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
22

3-
go 1.22.8
3+
go 1.22.10
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
@@ -11,7 +11,7 @@ require (
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/pflag v1.0.5
1313
github.com/stretchr/testify v1.9.0
14-
github.com/vmware-tanzu/velero v1.15.0
14+
github.com/vmware-tanzu/velero v1.15.1-rc.1
1515
k8s.io/api v0.29.0
1616
k8s.io/apimachinery v0.29.0
1717
sigs.k8s.io/azuredisk-csi-driver v1.26.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
270270
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
271271
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
272272
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
273-
github.com/vmware-tanzu/velero v1.15.0 h1:+S/lNSDwQqlROGWfmNuZnnabopGmco978COIt3AP09c=
274-
github.com/vmware-tanzu/velero v1.15.0/go.mod h1:28VhzPJRBo91GBRkgs4Ird0fx2vCpepBWmhF+5Pn/WQ=
273+
github.com/vmware-tanzu/velero v1.15.1-rc.1 h1:riVx9qbpbLYjXA6LwH7xJMIjsF53YKcEQLOA4RxMxRE=
274+
github.com/vmware-tanzu/velero v1.15.1-rc.1/go.mod h1:bZbnBC9OcwXfsovU0uCHwPlbm3ba8N9fwvBkwnU2vls=
275275
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
276276
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
277277
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=

0 commit comments

Comments
 (0)