Skip to content

Commit

Permalink
Merge branch 'main' into toStruct-protoPtr
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbradshaw79 authored Sep 11, 2024
2 parents a665bc8 + 9b4b2fa commit 06ed1df
Show file tree
Hide file tree
Showing 96 changed files with 7,264 additions and 4,475 deletions.
2 changes: 2 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"commitMessageAction": "update",
"groupName": "deps",
"ignoreDeps": [
"golang.org/x/mod",
"golang.org/x/tools",
"google.golang.org/genproto",
"github.com/google/pprof"
],
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
with:
go-version: '1.21.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@latest && \
go install golang.org/x/tools/cmd/goimports@v0.24.0 && \
go install honnef.co/go/tools/cmd/[email protected]
- name: Execute vet.sh
run: ./.github/workflows/vet.sh
6 changes: 3 additions & 3 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"auth": "0.9.3",
"auth/oauth2adapt": "0.2.4",
"bigquery": "1.62.0",
"bigtable": "1.31.0",
"bigtable": "1.32.0",
"datastore": "1.19.0",
"errorreporting": "0.3.1",
"firestore": "1.16.0",
"logging": "1.11.0",
"profiler": "0.4.1",
"pubsub": "1.42.0",
"pubsub": "1.43.0",
"pubsublite": "1.8.2",
"spanner": "1.67.0",
"storage": "1.43.0",
"vertexai": "0.13.0"
"vertexai": "0.13.1"
}
435 changes: 220 additions & 215 deletions aiplatform/apiv1/aiplatformpb/content.pb.go

Large diffs are not rendered by default.

114 changes: 73 additions & 41 deletions aiplatform/apiv1/aiplatformpb/feature_group.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06ed1df

Please sign in to comment.