File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Go
11
11
uses : actions/setup-go@v2
12
12
with :
13
- go-version : ' 1.21'
13
+ go-version : ' 1.21.9 '
14
14
id : go
15
15
16
16
- name : Check out the code
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : ' 1.21'
21
+ go-version : ' 1.21.9 '
22
22
id : go
23
23
24
24
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$BUILDPLATFORM golang:1.21-bookworm AS build
15
+ FROM --platform=$BUILDPLATFORM golang:1.21.9 -bookworm AS build
16
16
17
17
ARG TARGETOS
18
18
ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
2
2
3
3
go 1.21
4
4
5
- toolchain go1.21.3
5
+ toolchain go1.21.9
6
6
7
7
require (
8
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
@@ -73,7 +73,7 @@ require (
73
73
golang.org/x/time v0.3.0 // indirect
74
74
google.golang.org/appengine v1.6.7 // indirect
75
75
google.golang.org/grpc v1.58.3 // indirect
76
- google.golang.org/protobuf v1.31 .0 // indirect
76
+ google.golang.org/protobuf v1.33 .0 // indirect
77
77
gopkg.in/inf.v0 v0.9.1 // indirect
78
78
gopkg.in/yaml.v2 v2.4.0 // indirect
79
79
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -513,8 +513,8 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
513
513
google.golang.org/protobuf v1.27.1 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
514
514
google.golang.org/protobuf v1.28.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
515
515
google.golang.org/protobuf v1.28.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
516
- google.golang.org/protobuf v1.31 .0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8 =
517
- google.golang.org/protobuf v1.31 .0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
516
+ google.golang.org/protobuf v1.33 .0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
517
+ google.golang.org/protobuf v1.33 .0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
518
518
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
519
519
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
520
520
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
You can’t perform that action at this time.
0 commit comments