Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(protocolbuffers/protobuf-go/protoc-gen-go): regenerate the setting #28765

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkgs/protocolbuffers/protobuf-go/protoc-gen-go/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
packages:
- name: protocolbuffers/protobuf-go/[email protected]
- name: protocolbuffers/protobuf-go/protoc-gen-go
version: v1.28.0
- name: protocolbuffers/protobuf-go/protoc-gen-go
version: v1.26.0
- name: protocolbuffers/protobuf-go/protoc-gen-go
version: v1.24.0
- name: protocolbuffers/protobuf-go/protoc-gen-go
version: v1.23.0
51 changes: 39 additions & 12 deletions pkgs/protocolbuffers/protobuf-go/protoc-gen-go/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,42 @@ packages:
type: github_release
repo_owner: protocolbuffers
repo_name: protobuf-go
description: Go support for Protocol Buffers
rosetta2: true
asset: protoc-gen-go.{{.Version}}.{{.OS}}.{{.Arch}}.{{.Format}}
supported_envs:
- darwin
- amd64
files:
- name: protoc-gen-go
format: tar.gz
overrides:
- goos: windows
format: zip
description: Go support for Google's protocol buffers
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v1.24.0"
asset: protoc-gen-go.{{.Version}}-devel.{{.OS}}.{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 1.26.0")
asset: protoc-gen-go.{{.Version}}.{{.OS}}.{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 1.28.0")
asset: protoc-gen-go.{{.Version}}.{{.OS}}.{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: protoc-gen-go.{{.Version}}.{{.OS}}.{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
51 changes: 39 additions & 12 deletions registry.yaml

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