Skip to content

Commit

Permalink
chore(gapicgen): update microgen and promote compute to beta (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Sep 14, 2021
1 parent 81a308e commit 42cdbb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \
go install golang.org/x/lint/golint@latest && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install honnef.co/go/tools/cmd/staticcheck@latest && \
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.23.1
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.23.2
ENV PATH="${PATH}:/root/go/bin"

# Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3
Expand Down
4 changes: 2 additions & 2 deletions internal/gapicgen/generator/config.go
Expand Up @@ -64,8 +64,8 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/compute/apiv1",
apiServiceConfigPath: "compute_v1.yaml",
transports: []string{"rest"},
// TODO(dovs): Change to "ga" when ready.
releaseLevel: "alpha",
// TODO: Change to "ga" when ready.
releaseLevel: "beta",
googleapisDiscovery: true,
},
{
Expand Down

0 comments on commit 42cdbb9

Please sign in to comment.