-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #474 from andyzhangx/upgrade-go-1.23
chore: upgrade to go1.23
- Loading branch information
Showing
34 changed files
with
19 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module sigs.k8s.io/sig-storage-local-static-provisioner | ||
|
||
go 1.20 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/golang/glog v1.1.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-998 Bytes
...r/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_intermediate_cert.der
Binary file not shown.
Binary file removed
BIN
-1.12 KB
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_leaf_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_root_cert.der
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...r/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_intermediate_cert.der
Binary file not shown.
Binary file removed
BIN
-1.12 KB
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_leaf_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_root_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.der
Binary file not shown.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_key.pem
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.der
Binary file not shown.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_key.pem
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/testdata/client_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/testdata/client_key.pem
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.