-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/cbt-hot-backup
- Loading branch information
Showing
15,543 changed files
with
264,875 additions
and
587,100 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -19,12 +19,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.21.x' | ||
go-version: '1.22.x' | ||
- name: Install tools | ||
# go: golang.org/x/tools/cmd/goimports@latest: golang.org/x/[email protected] requires go >= 1.22.0 | ||
run: | | ||
go install golang.org/x/lint/golint@latest && \ | ||
go install golang.org/x/tools/cmd/goimports@v0.24.0 && \ | ||
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7 | ||
go install golang.org/x/tools/cmd/goimports@v0.29.0 && \ | ||
go install honnef.co/go/tools/cmd/staticcheck@v0.5.1 | ||
- name: Execute vet.sh | ||
run: ./.github/workflows/vet.sh |
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,16 +1,16 @@ | ||
{ | ||
"auth": "0.11.0", | ||
"auth": "0.13.0", | ||
"auth/oauth2adapt": "0.2.6", | ||
"bigquery": "1.64.0", | ||
"bigtable": "1.33.0", | ||
"bigquery": "1.65.0", | ||
"bigtable": "1.34.0", | ||
"datastore": "1.20.0", | ||
"errorreporting": "0.3.1", | ||
"firestore": "1.17.0", | ||
"logging": "1.12.0", | ||
"profiler": "0.4.1", | ||
"pubsub": "1.45.2", | ||
"errorreporting": "0.3.2", | ||
"firestore": "1.18.0", | ||
"logging": "1.13.0", | ||
"profiler": "0.4.2", | ||
"pubsub": "1.45.3", | ||
"pubsublite": "1.8.2", | ||
"spanner": "1.73.0", | ||
"storage": "1.47.0", | ||
"vertexai": "0.13.2" | ||
"storage": "1.49.0", | ||
"vertexai": "0.13.3" | ||
} |
Oops, something went wrong.